Passed
Push — master ( 46374a...c36860 )
by Alexander
02:10 queued 11s
created
src/TableGateway/SqlTableGateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         return $this->getSchema($this->collectionName)->primaryKey;
42 42
     }
43 43
 
44
-    protected function normalizeFields(array $fields =[]): array
44
+    protected function normalizeFields(array $fields = []): array
45 45
     {
46 46
         $result = [];
47 47
         foreach ($fields as $name=>$value) {
Please login to merge, or discard this patch.