andig / carddav2fb

Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
63 stars 19 forks source link

Fix PHP Fatal error about the missing return value #181

Closed zero-24 closed 4 years ago

zero-24 commented 4 years ago

PHP Fatal error: Uncaught TypeError: Return value of "Andig\RunCommand::execute()" must be of the type int, NULL returned. in /carddav2fb/vendor/symfony/console/Command/Command.php:258

When executing ./carddav2fb run -i the code run successfully but errors with the fatal error mention above. This here should fix the problem.

Thanks for this awesome project here 👍