@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | * |
139 | 139 | * @param string $class The fully-qualified class name. |
140 | 140 | * |
141 | - * @return mixed The mapped file name on success, or boolean false on |
|
141 | + * @return string|false The mapped file name on success, or boolean false on |
|
142 | 142 | * failure. |
143 | 143 | */ |
144 | 144 | public function loadClass( $class ) { |
@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | * @param string $prefix The namespace prefix. |
177 | 177 | * @param string $relative_class The relative class name. |
178 | 178 | * |
179 | - * @return mixed Boolean false if no mapped file can be loaded, or the |
|
179 | + * @return false|string Boolean false if no mapped file can be loaded, or the |
|
180 | 180 | * name of the mapped file that was loaded. |
181 | 181 | */ |
182 | 182 | protected function loadMappedFile( $prefix, $relative_class ) { |