1
0
Fork 0

Fixed some mistakes at PHPDoc

pull/695/head
Adán Lobato 2012-05-15 16:18:18 +02:00
parent 1a255420b0
commit 61eb0119f1
1 changed files with 3 additions and 3 deletions

View File

@ -13,11 +13,11 @@
namespace Composer\Autoload;
/**
* ClassLoader implements an PSR-0 class loader
* ClassLoader implements a PSR-0 class loader
*
* See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
*
* $loader = new ComposerClassLoader();
* $loader = new \Composer\Autoload\ClassLoader();
*
* // register classes with namespaces
* $loader->add('Symfony\Component', __DIR__.'/component');
@ -99,7 +99,7 @@ class ClassLoader
}
/**
* Turns on searching the include for class files.
* Turns on searching the include path for class files.
*
* @param Boolean $useIncludePath
*/