Skip to content

Add Record attribute #29

Add Record attribute

Add Record attribute #29

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

Annotations

5 errors and 1 warning
phpstan: lib/ConfigBuilder.php#L73
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#L62
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#L76
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/