@@ -29,10 +29,10 @@ discard block |
||
| 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 |
||
| 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) { |