Merge pull request #2691 from dave1010/docs-patch

Fix some PHP doc blocks
main
Jordi Boggiano 11 years ago
commit 3f4e0d22c5

@ -24,7 +24,7 @@ class ClassMapGenerator
/** /**
* Generate a class map file * Generate a class map file
* *
* @param Traversable $dirs Directories or a single path to search in * @param \Traversable $dirs Directories or a single path to search in
* @param string $file The name of the class map file * @param string $file The name of the class map file
*/ */
public static function dump($dirs, $file) public static function dump($dirs, $file)
@ -41,7 +41,7 @@ class ClassMapGenerator
/** /**
* Iterate over all files in the given directory searching for classes * Iterate over all files in the given directory searching for classes
* *
* @param Iterator|string $path The path to search in or an iterator * @param \Iterator|string $path The path to search in or an iterator
* @param string $whitelist Regex that matches against the file path * @param string $whitelist Regex that matches against the file path
* *
* @return array A class map array * @return array A class map array

@ -254,7 +254,7 @@ class Config
/** /**
* Replaces {$refs} inside a config string * Replaces {$refs} inside a config string
* *
* @param string a config string that can contain {$refs-to-other-config} * @param string $value a config string that can contain {$refs-to-other-config}
* @return string * @return string
*/ */
private function process($value) private function process($value)

Loading…
Cancel
Save