chore: update psalm (#6532)

This commit is contained in:
Alies Lapatsin
2023-01-30 12:28:42 +01:00
committed by GitHub
parent 12f47e05d3
commit fe8660f464
7 changed files with 254 additions and 168 deletions
@@ -7,6 +7,7 @@ use Mockery\MockInterface;
use App\Models\User\SyncToken;
use App\Models\Account\AddressBookSubscription;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use App\Http\Controllers\DAV\Backend\CardDAV\CardDAVBackend;
use App\Services\DavClient\UpdateSubscriptionLocalSyncToken;
class UpdateSubscriptionLocalSyncTokenTest extends TestCase