@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Particle. |
|
| 4 | - * |
|
| 5 | - * @link http://github.com/particle-php for the canonical source repository |
|
| 6 | - * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com) |
|
| 7 | - * @license https://github.com/particle-php/validator/blob/master/LICENSE New BSD License |
|
| 8 | - */ |
|
| 3 | + * Particle. |
|
| 4 | + * |
|
| 5 | + * @link http://github.com/particle-php for the canonical source repository |
|
| 6 | + * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com) |
|
| 7 | + * @license https://github.com/particle-php/validator/blob/master/LICENSE New BSD License |
|
| 8 | + */ |
|
| 9 | 9 | namespace Particle\Filter\Value; |
| 10 | 10 | |
| 11 | 11 | /** |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | * Convert the value to a string |
| 22 | 22 | * |
| 23 | 23 | * @param mixed $value |
| 24 | - * @return int |
|
| 24 | + * @return string |
|
| 25 | 25 | */ |
| 26 | 26 | public function filter($value) |
| 27 | 27 | { |