Passed
Pull Request — master (#221)
by Christopher
13:40
created
src/Models/ObjectMap/Entities/Associations/AssociationStubMonomorphic.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
         if ($thisThroughCount !== $otherThroughCount) {
28 28
             return false;
29 29
         }
30
-        for($i=0; $i <= $thisThroughCount;++$i ){
31
-            if($thisChain[$i] !== $otherChain[$otherThroughCount -$i]){
30
+        for($i=0; $i <= $thisThroughCount;++$i ) {
31
+            if($thisChain[$i] !== $otherChain[$otherThroughCount -$i]) {
32 32
                 return false;
33 33
             }
34 34
         }
Please login to merge, or discard this patch.