summaryrefslogtreecommitdiff
path: root/ext/phar/phar/pharcommand.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/phar/pharcommand.inc')
-rw-r--r--ext/phar/phar/pharcommand.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc
index 1fb41dbb6a..4cf84ee551 100644
--- a/ext/phar/phar/pharcommand.inc
+++ b/ext/phar/phar/pharcommand.inc
@@ -259,7 +259,7 @@ class PharCommand extends CLICommand
self::error($msg);
}
}
- $arg = $found;
+ return null;
}
return self::cli_arg_typ_file($arg);
}