@@ -129,7 +129,7 @@ |
||
| 129 | 129 | */ |
| 130 | 130 | private static function nothingMatchesTheInputType($data) |
| 131 | 131 | { |
| 132 | - return [ $data ]; |
|
| 132 | + return [$data]; |
|
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | /** |
@@ -65,8 +65,8 @@ |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | - * extract the first item from a dataset. if the dataset is empty, or all |
|
| 69 | - * the content is empty, return the default value |
|
| 68 | + * extract the first item from a dataset. if the dataset is empty, or all |
|
| 69 | + * the content is empty, return the default value |
|
| 70 | 70 | * |
| 71 | 71 | * @param mixed $data |
| 72 | 72 | * the data to filter |