Passed
Pull Request — master (#221)
by Christopher
06:20
created
src/Models/ObjectMap/Entities/Associations/AssociationStubMonomorphic.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
             return false;
16 16
         }
17 17
 
18
-        if($this->getThroughFieldChain() !== array_reverse($otherStub->getThroughFieldChain())){
18
+        if($this->getThroughFieldChain() !== array_reverse($otherStub->getThroughFieldChain())) {
19 19
             return false;
20 20
         }
21 21
 
Please login to merge, or discard this patch.