Skip to content

Merge pull request #11 from AuroraWebSoftware/laravel-12-update #52

Merge pull request #11 from AuroraWebSoftware/laravel-12-update

Merge pull request #11 from AuroraWebSoftware/laravel-12-update #52

Triggered via push May 7, 2025 14:31
Status Failure
Total duration 34s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Contacts/StateableModelContract.php#L104
Method AuroraWebSoftware\ArFlow\Contacts\StateableModelContract::allowedTransitionStates() return type has no value type specified in iterable type array.
phpstan: src/Contacts/StateableModelContract.php#L96
Method AuroraWebSoftware\ArFlow\Contacts\StateableModelContract::definedTransitionStates() has parameter $withoutGuards with no value type specified in iterable type array.
phpstan: src/Contacts/StateableModelContract.php#L91
Method AuroraWebSoftware\ArFlow\Contacts\StateableModelContract::allowedTransitionKeys() return type has no value type specified in iterable type array.
phpstan: src/Contacts/StateableModelContract.php#L83
Method AuroraWebSoftware\ArFlow\Contacts\StateableModelContract::definedTransitionKeys() has parameter $withoutGuards with no value type specified in iterable type array.
phpstan: src/Contacts/StateableModelContract.php#L78
Method AuroraWebSoftware\ArFlow\Contacts\StateableModelContract::canTransitionTo() has parameter $withoutGuards with no value type specified in iterable type array.
phpstan: src/Contacts/StateableModelContract.php#L76
Method AuroraWebSoftware\ArFlow\Contacts\StateableModelContract::transitionGuardResults() has parameter $withoutGuards with no value type specified in iterable type array.
phpstan: src/Collections/TransitionGuardResultCollection.php#L11
Class AuroraWebSoftware\ArFlow\Collections\TransitionGuardResultCollection @extends tag contains unresolvable type.
phpstan: src/ArFlowService.php#L36
Method AuroraWebSoftware\ArFlow\ArFlowService::getSupportedModelTypes() return type has no value type specified in iterable type array.
phpstan: src/ArFlowService.php#L13
Property AuroraWebSoftware\ArFlow\ArFlowService::$workflows type has no value type specified in iterable type array.
phpstan: src/Abstracts/AbstractTransitionSuccessJob.php#L18
Method AuroraWebSoftware\ArFlow\Abstracts\AbstractTransitionSuccessJob::__construct() has parameter $parameters with no value type specified in iterable type array.