Passed
Push — develop ( ded98c...5fca67 )
by Mathieu
02:55
created
src/Annotation/DatagridField.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,10 +47,10 @@
 block discarded – undo
47 47
     public function getSettings(): array
48 48
     {
49 49
         return [
50
-          $this->type ?? null,
51
-          $this->filterOptions,
52
-          $this->fieldOptions,
53
-          $this->fieldDescriptionOptions,
50
+            $this->type ?? null,
51
+            $this->filterOptions,
52
+            $this->fieldOptions,
53
+            $this->fieldDescriptionOptions,
54 54
         ];
55 55
     }
56 56
 
Please login to merge, or discard this patch.