@@ -161,7 +161,7 @@ |
||
161 | 161 | $rows = $statement->fetchAll(PDO::FETCH_ASSOC); |
162 | 162 | |
163 | 163 | return array_map( |
164 | - function (array $row) { |
|
164 | + function(array $row) { |
|
165 | 165 | return $row['identifier']; |
166 | 166 | }, |
167 | 167 | $rows |
@@ -50,8 +50,7 @@ |
||
50 | 50 | } |
51 | 51 | |
52 | 52 | $hash = is_array($value['identifiers']) ? |
53 | - $value['identifiers'] : |
|
54 | - array($value['identifiers']); |
|
53 | + $value['identifiers'] : array($value['identifiers']); |
|
55 | 54 | |
56 | 55 | return $this->fieldType->fromHash($hash); |
57 | 56 | } |