Test Failed
Push — master ( 1d3103...bce4af )
by Alex
01:28
created
src/Providers/MetadataProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -280,7 +280,7 @@
 block discarded – undo
280 280
                     $targUnknown = $targRels[$principalPoly ? $dependentType : $principalType];
281 281
                     $targProperty = $principalPoly ? $relation['dependentProp'] : $relation['principalProp'];
282 282
                     $msg = 'Specified unknown-side property ' . $targProperty
283
-                           . ' not found in polymorphic relation map';
283
+                            . ' not found in polymorphic relation map';
284 284
                     assert(in_array($targProperty, $targUnknown), $msg);
285 285
 
286 286
                     $targType = $principalPoly ? 'dependentRSet' : 'principalRSet';
Please login to merge, or discard this patch.