Passed
Pull Request — master (#141)
by
unknown
03:12
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1074,9 +1074,9 @@
 block discarded – undo
1074 1074
      * @return string
1075 1075
      */
1076 1076
     function hookTransformColumnStmt(
1077
-      /** @scrutinizer ignore-unused */ $tableName,
1078
-      /** @scrutinizer ignore-unused */ $colName,
1079
-      /** @scrutinizer ignore-unused */ $colType) {
1077
+        /** @scrutinizer ignore-unused */ $tableName,
1078
+        /** @scrutinizer ignore-unused */ $colName,
1079
+        /** @scrutinizer ignore-unused */ $colType) {
1080 1080
         return;
1081 1081
     }
1082 1082
 }
Please login to merge, or discard this patch.