Test Failed
Push — master ( 4381fd...f48087 )
by Alex
01:40
created
src/Models/AssociationStubBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
         $thisMono = $this instanceof AssociationStubMonomorphic;
96 96
         $thatMono = $otherStub instanceof AssociationStubMonomorphic;
97 97
 
98
-        $count = ($thisPoly ? 1 : 0) + ($thatPoly ? 1 : 0) + ($thisMono ? 1 : 0) + ($thatMono ? 1 : 0);
98
+        $count = ($thisPoly ? 1 : 0)+($thatPoly ? 1 : 0)+($thisMono ? 1 : 0)+($thatMono ? 1 : 0);
99 99
         assert(2 == $count);
100 100
 
101 101
         if ($thisPoly && $thatMono) {
Please login to merge, or discard this patch.