Passed
Pull Request — master (#232)
by
unknown
03:09
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1878,8 +1878,8 @@
 block discarded – undo
1878 1878
             $createTable = preg_replace($match, $replace, $createTable);
1879 1879
         }
1880 1880
 
1881
-		if ($this->dumpSettings['if-not-exists'] ) {
1882
-			$createTable = preg_replace('/^CREATE TABLE/', 'CREATE TABLE IF NOT EXISTS', $createTable);
1881
+        if ($this->dumpSettings['if-not-exists'] ) {
1882
+            $createTable = preg_replace('/^CREATE TABLE/', 'CREATE TABLE IF NOT EXISTS', $createTable);
1883 1883
         }
1884 1884
 
1885 1885
         $ret = "/*!40101 SET @saved_cs_client     = @@character_set_client */;".PHP_EOL.
Please login to merge, or discard this patch.