I just have deployed a new version of Stone Age and in the deploy log there is this failure indicated:
Despite this, it is deployed, at least it appears so in the manage game panel, and it seems to run without issue in production.
In this new version, I have moved and renamed stoneage.game.php to modules/php/Game.php, and done stuff indicated in Namespaced game class.
What may I have missed?
Code: Select all
Scan for new translations 🚨
Failed to parse file Game.php
PhpParser\ParserAbstract::parse(): Argument #1 ($code) must be of type string, false given, called in /var/tournoi/release/tournoi-260107-0936/www/Bga/Translations/TranslationsScanner.php on line 22In this new version, I have moved and renamed stoneage.game.php to modules/php/Game.php, and done stuff indicated in Namespaced game class.
What may I have missed?