Passed
Push — scrutinizer-patch-1 ( 010bbb )
by
unknown
13:18 queued 10:53
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1992,7 +1992,7 @@
 block discarded – undo
1992 1992
                 "Please check 'https://bugs.mysql.com/bug.php?id=14564'");
1993 1993
         }
1994 1994
         $functionStmt = $row['Create Function'];
1995
-        if ( $this->dumpSettings['skip-definer'] ) {
1995
+        if ($this->dumpSettings['skip-definer']) {
1996 1996
             if ($functionStmtReplaced = preg_replace(
1997 1997
                 '/^(CREATE)\s+('.self::DEFINER_RE.')?\s+(FUNCTION\s.*)$/s',
1998 1998
                 '\1 \3',
Please login to merge, or discard this patch.