Passed
Push — master ( 8c829c...4c9b38 )
by Povilas
02:29
created
src/Mapper/JoinMapper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
             return $this->fields;
78 78
         }
79 79
 
80
-        return $this->fields->filter(static function (JoinField $joinField) use ($lazy) {
80
+        return $this->fields->filter(static function(JoinField $joinField) use ($lazy) {
81 81
             return $joinField->getOption(JoinField::OPTION_LAZY) === $lazy;
82 82
         });
83 83
     }
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
 
181 181
         $path = $parent ? sprintf('%s.%s', $parent->getPath(), $prop) : $prop;
182 182
 
183
-        if (!$alias)  {
183
+        if (!$alias) {
184 184
             $alias = sprintf('%s_a', str_replace('.', '_', $path));
185 185
         }
186 186
 
Please login to merge, or discard this patch.