Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-librecode[bot] committed Sep 11, 2023
1 parent 3afc53f commit 56619d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352">
<file src="lib/AppInfo/Application.php">
<UndefinedClass>
<code>DatasourceEvent</code>
<code>PublicShareTemplateProvider</code>
</UndefinedClass>
</file>
Expand Down Expand Up @@ -51,11 +52,24 @@
<code>private</code>
</UndefinedClass>
</file>
<file src="lib/Datasource/AdminAudit.php">
<UndefinedClass>
<code>IDatasource</code>
</UndefinedClass>
</file>
<file src="lib/Db/FormSubmissionMapper.php">
<UndefinedInterfaceMethod>
<code>quoteAlias</code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/Listener/AnalyticsDatasourceListener.php">
<MissingTemplateParam>
<code>IEventListener</code>
</MissingTemplateParam>
<UndefinedClass>
<code>DatasourceEvent</code>
</UndefinedClass>
</file>
<file src="lib/Middleware/InjectionMiddleware.php">
<UndefinedClass>
<code>ApiController</code>
Expand Down

0 comments on commit 56619d9

Please sign in to comment.