Skip to content

ICanBoogie/ActiveRecord update #31

ICanBoogie/ActiveRecord update

ICanBoogie/ActiveRecord update #31

Triggered via push September 10, 2023 17:10
Status Failure
Total duration 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
phpstan: lib/ConfigBuilder.php#L74
Method ICanBoogie\Binding\ActiveRecord\ConfigBuilder::add_model() has parameter $activerecord_class with generic class ICanBoogie\ActiveRecord but does not specify its types: TKey
phpstan: lib/ConfigBuilder.php#L74
Method ICanBoogie\Binding\ActiveRecord\ConfigBuilder::add_model() has parameter $model_class with generic class ICanBoogie\ActiveRecord\Model but does not specify its types: TKey, TValue
phpstan: lib/Console/InstallCommand.php#L34
Call to an undefined method ICanBoogie\ActiveRecord\ModelProvider::model_for_id().
phpstan: lib/Hooks.php#L53
Method ICanBoogie\Binding\ActiveRecord\Hooks::active_record_validate() has parameter $record with generic class ICanBoogie\ActiveRecord but does not specify its types: TKey
phpstan: lib/Hooks.php#L67
Method ICanBoogie\Binding\ActiveRecord\Hooks::model_lazy_get_activerecord_cache() has parameter $model with generic class ICanBoogie\ActiveRecord but does not specify its types: TKey
phpstan
Process completed with exit code 1.
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/