chore: reactivate analysers (#4660)

* chore: reactivate analysers

* reactivate psalm

* Apply fixes from StyleCI

* fix

* fixes

* rename back the file

Co-authored-by: Alexis Saettler <asbiin@users.noreply.github.com>
This commit is contained in:
Alexis Saettler
2020-12-06 15:51:47 +00:00
committed by GitHub
co-authored by Alexis Saettler
parent 0f80445d31
commit 01d1248c4f
84 changed files with 219 additions and 115 deletions
@@ -52,6 +52,7 @@ trait SyncDAVBackend
*/
protected function getSyncToken($syncToken)
{
/** @var SyncToken|null */
return SyncToken::where([
'account_id' => Auth::user()->account_id,
'user_id' => Auth::user()->id,