Skip to content

feat: implement DAV client subscriptions #113

feat: implement DAV client subscriptions

feat: implement DAV client subscriptions #113

Triggered via pull request August 2, 2023 17:55
Status Failure
Total duration 1m 33s
Artifacts

static_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
phpstan: app/Domains/Contact/DavClient/Services/Utils/AddressBookSynchronizer.php#L41
Access to an undefined property App\Models\AddressBookSubscription::$isWayPush.
phpstan: app/Domains/Contact/DavClient/Services/Utils/AddressBookSynchronizer.php#L70
Access to an undefined property App\Models\AddressBookSubscription::$isWayGet.
phpstan: app/Domains/Contact/DavClient/Services/Utils/AddressBookSynchronizer.php#L78
Access to an undefined property App\Models\AddressBookSubscription::$isWayPush.
phpstan: app/Domains/Contact/DavClient/Services/Utils/AddressBookSynchronizer.php#L108
Access to an undefined property App\Models\AddressBookSubscription::$isWayGet.
phpstan: app/Domains/Contact/DavClient/Services/Utils/AddressBookSynchronizer.php#L116
Access to an undefined property App\Models\AddressBookSubscription::$isWayPush.
phpstan: app/Models/AddressBookSubscription.php#L126
Parameter #1 $get of static method Illuminate\Database\Eloquent\Casts\Attribute<mixed,mixed>::get() expects callable(mixed, mixed=): bool, Closure(bool|null, array): bool given.
phpstan: app/Models/AddressBookSubscription.php#L138
Parameter #1 $get of static method Illuminate\Database\Eloquent\Casts\Attribute<mixed,mixed>::get() expects callable(mixed, mixed=): bool, Closure(bool|null, array): bool given.
phpstan: app/Models/AddressBookSubscription.php#L150
Parameter #1 $get of static method Illuminate\Database\Eloquent\Casts\Attribute<mixed,mixed>::get() expects callable(mixed, mixed=): bool, Closure(bool|null, array): bool given.
phpstan
Process completed with exit code 1.