Skip to content

feat: implement DAV client subscriptions #109

feat: implement DAV client subscriptions

feat: implement DAV client subscriptions #109

Triggered via pull request July 31, 2023 21:31
Status Failure
Total duration 1m 56s
Artifacts

static_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
phpstan: app/Console/Commands/NewAddressBookSubscription.php#L70
Variable $addressBookSubscription in isset() always exists and is not nullable.
phpstan: app/Domains/Contact/DavClient/Services/Utils/PrepareJobsContactPush.php#L105
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),string>::reject() expects bool|(callable(string, int|string): bool)|string, Closure(App\Domains\Contact\DavClient\Services\Utils\Model\ContactDto): bool given.
phpstan: app/Domains/Contact/ManageContactAddresses/Web/Controllers/ContactModuleAddressController.php#L88
Parameter #2 $address of static method App\Domains\Contact\ManageContactAddresses\Web\ViewHelpers\ModuleContactAddressesViewHelper::dto() expects App\Models\Address, Illuminate\Database\Eloquent\Model|Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Models\Address> given.
phpstan: app/Domains/Vault/ManageVaultSettings/Services/ChangeVaultAccess.php#L70
Access to an undefined property Illuminate\Database\Eloquent\Model|Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Models\Vault>::$pivot.
phpstan
Process completed with exit code 1.