Passed
Pull Request — master (#226)
by Christopher
04:54
created
src/Models/ObjectMap/Entities/Associations/AssociationStubBase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      */
100 100
     public function getAssocations(): array
101 101
     {
102
-       return array_values($this->associations);
102
+        return array_values($this->associations);
103 103
     }
104 104
 
105 105
     /**
Please login to merge, or discard this patch.