mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 06:45:39 +08:00
fix pkg-config build for macOS sonoma (#391)
* fix pkg-config build for macOS sonoma * cs fix * bump version to 2.1.6 [skip ci]
This commit is contained in:
@@ -8,7 +8,7 @@ use Symfony\Component\Console\Input\InputOption;
|
||||
|
||||
abstract class BuildCommand extends BaseCommand
|
||||
{
|
||||
public function __construct(string $name = null)
|
||||
public function __construct(?string $name = null)
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user