Passed
Push — master ( 3f275c...b1176f )
by Smoren
01:43
created
src/Factories/SchematorBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function withFilters($filters): SchematorBuilderInterface
41 41
     {
42
-        foreach($filters as $filterName => $filter) {
42
+        foreach ($filters as $filterName => $filter) {
43 43
             $this->schemator->addFilter($filterName, $filter);
44 44
         }
45 45
         return $this;
Please login to merge, or discard this patch.