Skip to content

Commit 9a938bd

Browse files
committed
Fix the PHP 8.3 deprecation notice.
1 parent 42eb362 commit 9a938bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/BaseNotTypedCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414
abstract class BaseNotTypedCommand extends BaseCommand
1515
{
16+
#[\ReturnTypeWillChange]
1617
protected function execute(InputInterface $input, OutputInterface $output)
1718
{
1819
return $this->handle($input, $output);

0 commit comments

Comments
 (0)