Passed
Pull Request — master (#26)
by butschster
02:01
created
src/Relation/ManyToMany.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
         }
102 102
 
103 103
         foreach ($this->getFields($source, Relation::INNER_KEY) as $field) {
104
-            foreach ((array)$this->options->get(Relation::THROUGH_INNER_KEY) as $innerField) {
104
+            foreach ((array) $this->options->get(Relation::THROUGH_INNER_KEY) as $innerField) {
105 105
                 $this->ensureField(
106 106
                     $through,
107 107
                     $innerField,
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
         }
113 113
 
114 114
         foreach ($this->getFields($source, Relation::OUTER_KEY) as $field) {
115
-            foreach ((array)$this->options->get(Relation::THROUGH_OUTER_KEY) as $outerField) {
115
+            foreach ((array) $this->options->get(Relation::THROUGH_OUTER_KEY) as $outerField) {
116 116
                 $this->ensureField(
117 117
                     $through,
118 118
                     $outerField,
Please login to merge, or discard this patch.