浏览代码

Fix docblocks

Jordi Boggiano 12 年之前
父节点
当前提交
bb95a0a788
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Composer/Autoload/ClassLoader.php

+ 2 - 2
src/Composer/Autoload/ClassLoader.php

@@ -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)
     {
     {