@@ -59,7 +59,7 @@ |
||
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
62 | - * @return null|string The file_path set for the File instance |
|
62 | + * @return string The file_path set for the File instance |
|
63 | 63 | */ |
64 | 64 | public function getFilePath() |
65 | 65 | { |
@@ -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 false|string The path to the class on success; otherwise false |
|
66 | 66 | * otherwise. |
67 | 67 | */ |
68 | 68 | protected function includeClass($class) |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | * @param string $package_name The name of the package in Vendor\Package format |
114 | 114 | * @param string $class_name The full, relative name of the class with the vendor and package names stripped |
115 | 115 | * |
116 | - * @return bool|string The path to the class on success; otherwise false |
|
116 | + * @return string|false The path to the class on success; otherwise false |
|
117 | 117 | */ |
118 | 118 | protected function loadPackage($package_name, $class_name) |
119 | 119 | { |