@@ -118,7 +118,7 @@ |
||
| 118 | 118 | $results = $this->connection->executeQuery($query)->fetchAllAssociative(); |
| 119 | 119 | |
| 120 | 120 | return new Suppliers( |
| 121 | - ...\array_map(static function (array $supplier) { |
|
| 121 | + ...\array_map(static function(array $supplier) { |
|
| 122 | 122 | $familyLog = FamilyLog::create( |
| 123 | 123 | FamilyLogUuid::fromString($supplier['familyLogId']), |
| 124 | 124 | NameField::fromString($supplier['label']), |