Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2023-08-13 17:11:38 +02:00
Родитель 7fb5102832
Коммит e143a4c46b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
2 изменённых файлов: 6 добавлений и 26 удалений

Просмотреть файл

@ -1,25 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.30.0@d0bc6e25d89f649e4f36a534f330f8bb4643dd69">
<file src="lib/Migration/CreateIndices.php">
<UndefinedDocblockClass occurrences="6">
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>SchemaWrapper</code>
</UndefinedDocblockClass>
</file>
<file src="lib/Migration/RemoveIndices.php">
<UndefinedDocblockClass occurrences="8">
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>$this-&gt;schema</code>
<code>SchemaWrapper</code>
</UndefinedDocblockClass>
</file>
</files>
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176"/>

Просмотреть файл

@ -5,8 +5,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="psalm-baseline.xml"
cacheDirectory=".psalm.cache"
errorBaseline="psalm-baseline.xml"
cacheDirectory=".psalm.cache"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<directory name="lib" />
@ -18,6 +20,7 @@
<directory name="vendor" />
</extraFiles>
<issueHandlers>
<PropertyNotSetInConstructor errorLevel="suppress"/>
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="OC" />