Passed
Push — master ( 7defd7...2d2692 )
by Andreas
15:10
created
src/query.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
                 } else {
229 229
                     $mrp = new \midgard_reflection_property($targetclass);
230 230
 
231
-                    if (   !$mrp->is_link($part)
231
+                    if (!$mrp->is_link($part)
232 232
                         && !$mrp->is_special_link($part)) {
233 233
                         throw exception::invalid_property($part);
234 234
                     }
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
             $column = $cm->midgard['field_aliases'][$column];
246 246
         }
247 247
 
248
-        if (   !$cm->hasField($column)
248
+        if (!$cm->hasField($column)
249 249
             && !$cm->hasAssociation($column)) {
250 250
             throw exception::invalid_property($column);
251 251
         }
Please login to merge, or discard this patch.