Skip to content

New maths sum implementation #11

New maths sum implementation

New maths sum implementation #11

Triggered via push February 23, 2024 20:13
Status Failure
Total duration 18s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
phpstan: source/src/antbag/chatgames/Main.php#L30
Call to static method init() on an unknown class DaPigGuy\libPiggyEconomy\libPiggyEconomy.
phpstan: source/src/antbag/chatgames/Main.php#L31
Call to static method getProvider() on an unknown class DaPigGuy\libPiggyEconomy\libPiggyEconomy.
phpstan: source/src/antbag/chatgames/Main.php#L38
Method antbag\chatgames\Main::getEconomyProvider() has invalid return type DaPigGuy\libPiggyEconomy\providers\EconomyProvider.
phpstan: source/src/antbag/chatgames/Main.php#L83
Parameter $player of method antbag\chatgames\Main::Maths() has invalid type antbag\chatgames\Player.
phpstan: source/src/antbag/chatgames/Main.php#L95
Call to an undefined method antbag\chatgames\Main::sendMathsQuestion().
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/