PHPDoc fixes

This commit is contained in:
Phill Sparks
2012-02-04 21:30:52 +00:00
parent f3be544b1a
commit 62072e5281
36 changed files with 74 additions and 56 deletions

View File

@@ -154,6 +154,7 @@ class Str {
* </code>
*
* @param string $value
* @param int $count
* @return string
*/
public static function plural($value, $count = 2)
@@ -177,7 +178,7 @@ class Str {
* </code>
*
* @param string $value
* @param int $length
* @param int $words
* @param string $end
* @return string
*/