Skip to content

Commit

Permalink
Prevent Fatal Error in TYPO3 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Jan 25, 2024
1 parent 9d326a7 commit 2b52227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Command/GeocodeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function configure()
* @inheritdoc
* @return int
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$this->getGeocodeService($input->getArgument('key'))->calculateCoordinatesForAllRecordsInTable();
return 0;
Expand Down

0 comments on commit 2b52227

Please sign in to comment.