Patch framework (v4.6.0 => v4.6.3) #128
psalm.yml
on: pull_request
psalm
/
Psalm Analysis
27s
Annotations
10 errors
|
MissingOverrideAttribute:
tests/database/FakerTest.php#L22
tests/database/FakerTest.php:22:5: MissingOverrideAttribute: Method FakerTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
tests/_support/DatabaseTestCase.php#L56
tests/_support/DatabaseTestCase.php:56:5: MissingOverrideAttribute: Method Tests\Support\DatabaseTestCase::teardown should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
tests/_support/DatabaseTestCase.php#L49
tests/_support/DatabaseTestCase.php:49:5: MissingOverrideAttribute: Method Tests\Support\DatabaseTestCase::setup should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
app/Database/Seeds/PlaygroundSeeder.php#L9
app/Database/Seeds/PlaygroundSeeder.php:9:5: MissingOverrideAttribute: Method App\Database\Seeds\PlaygroundSeeder::run should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
app/Database/Migrations/2020-07-12-143952_create_monsters.php#L96
app/Database/Migrations/2020-07-12-143952_create_monsters.php:96:5: MissingOverrideAttribute: Method App\Database\Migrations\CreateMonsters::down should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
app/Database/Migrations/2020-07-12-143952_create_monsters.php#L9
app/Database/Migrations/2020-07-12-143952_create_monsters.php:9:5: MissingOverrideAttribute: Method App\Database\Migrations\CreateMonsters::up should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
app/Database/Migrations/2019-11-21-175417_create_playground_tables.php#L76
app/Database/Migrations/2019-11-21-175417_create_playground_tables.php:76:5: MissingOverrideAttribute: Method App\Database\Migrations\CreatePlaygroundTables::down should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
app/Database/Migrations/2019-11-21-175417_create_playground_tables.php#L15
app/Database/Migrations/2019-11-21-175417_create_playground_tables.php:15:5: MissingOverrideAttribute: Method App\Database\Migrations\CreatePlaygroundTables::up should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
app/Controllers/BaseController.php#L49
app/Controllers/BaseController.php:49:5: MissingOverrideAttribute: Method App\Controllers\BaseController::initcontroller should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
app/Commands/DungeonsList.php#L36
app/Commands/DungeonsList.php:36:5: MissingOverrideAttribute: Method App\Commands\DungeonsList::run should have the "Override" attribute (see https://psalm.dev/358)
|