@@ -59,6 +59,9 @@ |
||
| 59 | 59 | return array_map(array($this, 'map'), $input); |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $value |
|
| 64 | + */ |
|
| 62 | 65 | public function map($value) |
| 63 | 66 | { |
| 64 | 67 | // If not array map and return fast |