chore(deps): bump actions/checkout from 6.0.2 to 7.0.1 #6
continuous-integration.yml
on: pull_request
Setup PHP
1m 39s
Perform Pint format
/
Run
21s
Perform Rector Check
/
Run
39s
Perform Phpstan Check
/
Run
35s
Perform Pest Tests
/
Run
1m 3s
Annotations
11 errors
|
Perform Phpstan Check / Run
Process completed with exit code 1.
|
|
Perform Phpstan Check / Run:
app-modules/vault/src/Files/File.php#L42
Class He4rt\Vault\Files\File extends generic class App\Models\BaseModel but does not specify its types: TFactory
|
|
Perform Phpstan Check / Run:
app-modules/vault/src/Buckets/Bucket.php#L31
Class He4rt\Vault\Buckets\Bucket extends generic class App\Models\BaseModel but does not specify its types: TFactory
|
|
Perform Phpstan Check / Run:
app-modules/vault/src/Albums/Album.php#L29
Class He4rt\Vault\Albums\Album extends generic class App\Models\BaseModel but does not specify its types: TFactory
|
|
Perform Phpstan Check / Run:
app-modules/security/src/IpBlocking/BlockedIp.php#L20
Class He4rt\Security\IpBlocking\BlockedIp extends generic class App\Models\BaseModel but does not specify its types: TFactory
|
|
Perform Phpstan Check / Run:
app-modules/panel-guest/src/Livewire/Landing.php#L87
Match arm comparison between 'm' and 'm' is always true.
|
|
Perform Phpstan Check / Run:
app-modules/panel-guest/src/Livewire/Landing.php#L19
Property He4rt\PanelGuest\Livewire\Landing::$file has no type specified.
|
|
Perform Phpstan Check / Run:
app-modules/panel-app/src/Filament/Resources/Buckets/RelationManagers/AlbumsRelationManager.php#L67
Method He4rt\PanelApp\Filament\Resources\Buckets\RelationManagers\AlbumsRelationManager::getFormSchema() return type has no value type specified in iterable type array.
|
|
Perform Phpstan Check / Run:
app-modules/panel-admin/src/Filament/Widgets/FilesByStatusWidget.php#L26
Instanceof between BackedEnum and BackedEnum will always evaluate to true.
|
|
Perform Phpstan Check / Run:
app-modules/panel-admin/src/Filament/Resources/Files/Tables/FilesTable.php#L107
Parameter #1 $file of method He4rt\Vault\Files\Actions\DeleteFileAction::handle() expects He4rt\Vault\Files\File, Illuminate\Database\Eloquent\Model given.
|
|
Perform Pest Tests / Run
Process completed with exit code 2.
|