Skip to content

Commit

Permalink
#285 - adding the type Alpha\Util\Config\ConfigCallbacks to the list …
Browse files Browse the repository at this point in the history
…of possible return types of the ConfigProvider::getInstance() method
  • Loading branch information
alphadevx committed Aug 17, 2017
1 parent 75bad8c commit 4bd701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alpha/Util/Config/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private function __construct()
/**
* Get the config object instance.
*
* @return \Alpha\Util\Config\ConfigProvider
* @return \Alpha\Util\Config\ConfigProvider|Alpha\Util\Config\ConfigCallbacks
*
* @since 1.0
*/
Expand Down

0 comments on commit 4bd701d

Please sign in to comment.