Test Failed
Push — master ( dc29cf...122adf )
by Alex
02:40
created
src/Models/MetadataRelationHolder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 
115 115
         $maxRel = $isKnown ? PHP_INT_MAX : 2 * $numRel;
116 116
         $msg = 'Key '.$keyName. ' on class '.$className . ' should have no more than '
117
-               .$maxRel.' lines, has '.count($result);
117
+                .$maxRel.' lines, has '.count($result);
118 118
         assert($maxRel >= count($result), $msg);
119 119
         return $result;
120 120
     }
Please login to merge, or discard this patch.