Skip to content

Commit cb1c968

Browse files
committed
Revert "Fix the PHP 8.3 deprecation notice."
This reverts commit 9a938bd.
1 parent 9a938bd commit cb1c968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Command/BaseNotTypedCommand.php

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

0 commit comments

Comments
 (0)