1
0
Fork 0

Fix docblocks

pull/1747/merge
Jordi Boggiano 2013-03-30 19:49:31 +01:00
parent bf307de1d6
commit bb95a0a788
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ class ClassLoader
* Loads the given class or interface. * Loads the given class or interface.
* *
* @param string $class The name of the class * @param string $class The name of the class
* @return bool|null True, if loaded * @return bool|null True if loaded, null otherwise
*/ */
public function loadClass($class) public function loadClass($class)
{ {
@ -191,7 +191,7 @@ class ClassLoader
* *
* @param string $class The name of the class * @param string $class The name of the class
* *
* @return string|null The path, if found * @return string|false The path if found, false otherwise
*/ */
public function findFile($class) public function findFile($class)
{ {