Passed
Pull Request — master (#12)
by
unknown
04:20
created
src/CpFieldInspect.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -199,9 +199,9 @@
 block discarded – undo
199 199
             // query for the fields myself because otherwise it will mess up the users field layout
200 200
             $fields = (new Query())
201 201
                 ->select([
202
-                             'fields.id',
203
-                             'fields.handle',
204
-                         ])
202
+                                'fields.id',
203
+                                'fields.handle',
204
+                            ])
205 205
                 ->from(['{{%fields}} fields'])
206 206
                 ->where(['context' => 'global'])
207 207
                 ->orderBy(['fields.name' => SORT_ASC, 'fields.handle' => SORT_ASC])
Please login to merge, or discard this patch.