Skip to content

chore: models are now extendable #29

chore: models are now extendable

chore: models are now extendable #29

Triggered via push September 2, 2025 15:56
Status Failure
Total duration 1m 2s
Artifacts

main.yml

on: push
Matrix: arca-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L583
Method Scrawler\Arca\Model::determineIdsType() has parameter $ids with no value type specified in iterable type array.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L305
Method Scrawler\Arca\Model::extractRelationIds() return type has no value type specified in iterable type array.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L253
Method Scrawler\Arca\Model::handleSharedRelation() has parameter $parts with no value type specified in iterable type array.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L233
Method Scrawler\Arca\Model::handleOwnRelation() has parameter $parts with no value type specified in iterable type array.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L220
Method Scrawler\Arca\Model::handleRelationalKey() has parameter $parts with no value type specified in iterable type array.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L101
Deprecated in PHP 8.0: Required parameter $writeManager follows optional parameter $table.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L100
Deprecated in PHP 8.0: Required parameter $tableManager follows optional parameter $table.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L99
Deprecated in PHP 8.0: Required parameter $recordManager follows optional parameter $table.
arca-tests (ubuntu-latest, 8.3, latest): src/Model.php#L98
Deprecated in PHP 8.1: Required parameter $connection follows optional parameter $table.
arca-tests (ubuntu-latest, 8.3, latest): src/Manager/WriteManager.php#L46
Template type T of method Scrawler\Arca\Manager\WriteManager::save() is not referenced in a parameter.