@@ -117,7 +117,7 @@ |
||
117 | 117 | $rows = $statement->fetchAll(PDO::FETCH_ASSOC); |
118 | 118 | |
119 | 119 | return array_map( |
120 | - static function (array $row) { |
|
120 | + static function(array $row) { |
|
121 | 121 | return $row['identifier']; |
122 | 122 | }, |
123 | 123 | $rows |
@@ -52,8 +52,7 @@ |
||
52 | 52 | } |
53 | 53 | |
54 | 54 | $hash = is_array($value['identifiers']) ? |
55 | - $value['identifiers'] : |
|
56 | - [$value['identifiers']]; |
|
55 | + $value['identifiers'] : [$value['identifiers']]; |
|
57 | 56 | |
58 | 57 | return $this->fieldType->fromHash($hash); |
59 | 58 | } |