@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | * |
63 | 63 | * @param callable $class class name as defined by PHP autoloading |
64 | 64 | * |
65 | - * @return bool|string The path to the class on success; otherwise false |
|
65 | + * @return string|false The path to the class on success; otherwise false |
|
66 | 66 | * otherwise. |
67 | 67 | */ |
68 | 68 | protected function includeClass($class) |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | * @param string $package_name The name of the package in Vendor\Package format |
108 | 108 | * @param string $class_name The full, relative name of the class with the vendor and package names stripped |
109 | 109 | * |
110 | - * @return bool|string The path to the class on success; otherwise false |
|
110 | + * @return string|false The path to the class on success; otherwise false |
|
111 | 111 | */ |
112 | 112 | protected function loadPackage($package_name, $class_name) |
113 | 113 | { |