Skip to content

Polishing and methods renaming #5

Polishing and methods renaming

Polishing and methods renaming #5

Triggered via pull request June 11, 2024 00:45
@lotyplotyp
synchronize #26
polishing
Status Failure
Total duration 52s
Artifacts

static-analysis.yml

on: pull_request
Matrix: phpstan
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L17
tests/src/Functional/ActiveRecordTest.php:17:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_finds_one_entity (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L29
tests/src/Functional/ActiveRecordTest.php:29:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_finds_all_entities (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L36
tests/src/Functional/ActiveRecordTest.php:36:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_finds_entity_by_primary_key (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L48
tests/src/Functional/ActiveRecordTest.php:48:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_uses_query_to_select_entity (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L60
tests/src/Functional/ActiveRecordTest.php:60:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_saves_entity (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L76
tests/src/Functional/ActiveRecordTest.php:76:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_triggers_exception_when_tries_to_save_entity_using_save_or_fail (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L98
tests/src/Functional/ActiveRecordTest.php:98:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_persists_multiple_entities (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L122
tests/src/Functional/ActiveRecordTest.php:122:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_deletes_entity (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L135
tests/src/Functional/ActiveRecordTest.php:135:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_deletes_multiple_entities_using_remove_method (see https://psalm.dev/087)
PossiblyUnusedMethod: tests/src/Functional/ActiveRecordTest.php#L154
tests/src/Functional/ActiveRecordTest.php:154:21: PossiblyUnusedMethod: Cannot find any calls to method Cycle\Tests\Functional\ActiveRecordTest::it_gets_default_repository_of_entity (see https://psalm.dev/087)