Passed
Push — master ( 00da65...8499b4 )
by Smoren
01:48
created
src/Factories/SchematorFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@
 block discarded – undo
20 20
     {
21 21
         $builder = static::createBuilder();
22 22
 
23
-        if($withBaseFilters) {
23
+        if ($withBaseFilters) {
24 24
             $builder->withFilters(new BaseFiltersStorage());
25 25
         }
26 26
 
27
-        if($extraFilters !== null) {
27
+        if ($extraFilters !== null) {
28 28
             $builder->withFilters($extraFilters);
29 29
         }
30 30
 
Please login to merge, or discard this patch.