Compare commits

..

2 Commits

Author SHA1 Message Date
bronze1man 77f69969b1 Fix some annotates 2013-09-19 11:36:05 +02:00
Fabien Potencier 8478872572 updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class ClassMapGenerator
/**
* Iterate over all files in the given directory searching for classes
*
* @param Iterator|string $dir The directory to search in or an iterator
* @param \Iterator|string $dir The directory to search in or an iterator
*
* @return array A class map array
*/
+1 -1
View File
@@ -65,5 +65,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/ClassLoader/
$ composer.phar install --dev
$ composer.phar install
$ phpunit