Skip to content

Commit

Permalink
Fix PHP 7.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jan 2, 2025
1 parent 225fa50 commit caa9079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PHPCfg/Op/Expr/Param.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct(
array $attrGroups,
?Operand $defaultVar = null,
?Block $defaultBlock = null,
array $attributes = [],
array $attributes = []
) {
parent::__construct($attributes);
$this->result->original = $name;
Expand Down

0 comments on commit caa9079

Please sign in to comment.