Skip to content

Update phpstan.neon.dist #13

Update phpstan.neon.dist

Update phpstan.neon.dist #13

Triggered via push January 11, 2025 01:01
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/AI/Interfaces/LLMInterface.php#L13
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::analyze() has parameter $data with no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L21
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::detectFraud() has parameter $data with no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L21
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::detectFraud() return type has no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L29
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::suggestRetryStrategy() has parameter $data with no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L29
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::suggestRetryStrategy() return type has no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L37
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::forecastCashFlow() has parameter $data with no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L37
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::forecastCashFlow() return type has no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L45
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::parseCommand() return type has no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L53
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::generateReport() has parameter $data with no value type specified in iterable type array.
phpstan: src/AI/Interfaces/LLMInterface.php#L53
Method AlvinCoded\MtnMomoAi\AI\Interfaces\LLMInterface::generateReport() return type has no value type specified in iterable type array.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636