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