Skip to content

Commit

Permalink
Define 'files' => '' to avoid dynamic property error (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Jul 21, 2023
1 parent d4ac210 commit dc21778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PHP_Compat_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ private static function scan_extension( $extension, $php_version ) {
$result = array(
'name' => $extension['basename'],
'version' => $extension['version'],
'files' => '',
);
$descriptors = array(
0 => STDIN,
Expand Down

0 comments on commit dc21778

Please sign in to comment.