We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ff5316 + 15d7cd9 commit b8bf8a4Copy full SHA for b8bf8a4
ext/phar/phar/pharcommand.inc
@@ -563,7 +563,7 @@ class PharCommand extends CLICommand
563
$hashbang = $this->args['b']['val'];
564
$archive = $this->args['f']['val'];
565
$hash = $this->args['h']['val'];
566
- $privkey = $this->args['y']['val'];
+ $privkey = $this->args['y']['val'] ?? null;
567
$regex = $this->args['i']['val'];
568
$level = $this->args['l']['val'];
569
$loader = $this->args['p']['val'];
0 commit comments