Skip to content

Commit

Permalink
Change return type to string|bool to match the return valuesof App::c…
Browse files Browse the repository at this point in the history
…lassName().
  • Loading branch information
robertpustulka committed May 8, 2017
1 parent 29af1bc commit 89c2cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ObjectRegistry.php
Expand Up @@ -152,7 +152,7 @@ protected function _checkDuplicate($name, $config)
* Should resolve the classname for a given object type.
*
* @param string $class The class to resolve.
* @return string|false The resolved name or false for failure.
* @return string|bool The resolved name or false for failure.
*/
abstract protected function _resolveClassName($class);

Expand Down

0 comments on commit 89c2cda

Please sign in to comment.