ci: upgrade to psalm v3 (#2428)
This commit is contained in:
committed by
Alexis Saettler
parent
ea0e70c05d
commit
b1eda98ea4
@@ -97,6 +97,29 @@
|
||||
<PossiblyUndefinedMethod errorLevel="info" />
|
||||
<ReservedWord errorLevel="info" />
|
||||
|
||||
<RawObjectIteration errorLevel="suppress" />
|
||||
|
||||
<NullReference>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="app/Http/Controllers/DAV/Backend" />
|
||||
</errorLevel>
|
||||
</NullReference>
|
||||
|
||||
<UndefinedInterfaceMethod>
|
||||
<errorLevel type="suppress">
|
||||
<referencedMethod name="Illuminate\Database\ConnectionInterface::getconfig" />
|
||||
<referencedMethod name="Illuminate\Database\ConnectionInterface::getpdo" />
|
||||
<referencedMethod name="Illuminate\Database\ConnectionInterface::getdatabasename" />
|
||||
<referencedMethod name="Illuminate\Database\ConnectionInterface::getdrivername" />
|
||||
<referencedMethod name="Illuminate\Database\ConnectionInterface::gettableprefix" />
|
||||
<referencedMethod name="Illuminate\Contracts\Filesystem\Filesystem::assertmissing" />
|
||||
<referencedMethod name="Illuminate\Contracts\Filesystem\Filesystem::assertexists" />
|
||||
<referencedMethod name="Illuminate\Contracts\Filesystem\Filesystem::url" />
|
||||
<referencedMethod name="Illuminate\Contracts\Filesystem\Filesystem::getdriver" />
|
||||
<referencedMethod name="Illuminate\Contracts\Auth\Authenticatable::getemailforpasswordreset" />
|
||||
</errorLevel>
|
||||
</UndefinedInterfaceMethod>
|
||||
|
||||
<UndefinedGlobalVariable>
|
||||
<errorLevel type="suppress">
|
||||
<directory name="resources/views" />
|
||||
|
||||
Reference in New Issue
Block a user