diff --git a/.phive/phars.xml b/.phive/phars.xml index 4d447d1a0..848f478f2 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,4 +1,4 @@ - + diff --git a/src/Command/BakeMigrationCommand.php b/src/Command/BakeMigrationCommand.php index 66fb0580e..ce9af3cb2 100644 --- a/src/Command/BakeMigrationCommand.php +++ b/src/Command/BakeMigrationCommand.php @@ -245,7 +245,7 @@ public function getOptionParser(): ConsoleOptionParser /** * @inheritDoc */ - public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionParser + protected function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionParser { $parser = parent::buildOptionParser($parser); diff --git a/tests/test_app/App/Command/CustomBakeMigrationDiffCommand.php b/tests/test_app/App/Command/CustomBakeMigrationDiffCommand.php index e7bc5ae24..c52597f6c 100644 --- a/tests/test_app/App/Command/CustomBakeMigrationDiffCommand.php +++ b/tests/test_app/App/Command/CustomBakeMigrationDiffCommand.php @@ -23,7 +23,7 @@ public static function defaultName(): string /** * @inheritDoc */ - public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionParser + protected function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionParser { return parent::buildOptionParser($parser) ->addOption('test-target-folder')