Test Setup Failed
Branch main (878afe)
by G
06:55
created
src/PhpSqlReplacer/PhpSqlReplacer.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -29,10 +29,10 @@  discard block
 block discarded – undo
29 29
             throw new SqlReplacerException("File '$filePath' does not exist");
30 30
         }
31 31
         return $this->extractSqlValues(
32
-           file_get_contents($filePath),
33
-           $patternToMatchFor,
34
-           $includeColumnNames
35
-       );
32
+            file_get_contents($filePath),
33
+            $patternToMatchFor,
34
+            $includeColumnNames
35
+        );
36 36
     }
37 37
 
38 38
     /**
@@ -148,9 +148,9 @@  discard block
 block discarded – undo
148 148
             throw new SqlReplacerException("Destination File '$destinationFile'  is required");
149 149
         }
150 150
         $contents = $this->replaceValue(
151
-             file_get_contents($sourceFile),
152
-             $value,
153
-             $replaceWith
151
+                file_get_contents($sourceFile),
152
+                $value,
153
+                $replaceWith
154 154
         );
155 155
         
156 156
         if ($destinationFile) {
Please login to merge, or discard this patch.