Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests: update psalm baseline for unrelated issues
Signed-off-by: Salvatore Martire <[email protected]>
  • Loading branch information
salmart-dev committed Aug 13, 2025
commit 34fbdb2bd0b03017fd4f6b3f0c47ffb9acc3fa0c
13 changes: 9 additions & 4 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
<MissingDependency>
<code><![CDATA[CircleMountManager]]></code>
<code><![CDATA[CircleMountManager]]></code>
<code><![CDATA[CircleMountManager]]></code>
</MissingDependency>
</file>
<file src="lib/Model/Probes/BasicProbe.php">
Expand All @@ -225,6 +226,7 @@
</file>
<file src="lib/Model/ShareWrapper.php">
<InvalidArgument>
<code><![CDATA[$attributes]]></code>
<code><![CDATA[Cache::cacheEntryFromData($this->getFileCache()->toCache(), OC::$server->getMimeTypeLoader())]]></code>
</InvalidArgument>
<InvalidNullableReturnType>
Expand Down Expand Up @@ -264,6 +266,7 @@
<file src="lib/MountManager/CircleMountProvider.php">
<MissingDependency>
<code><![CDATA[CircleMount]]></code>
<code><![CDATA[private]]></code>
</MissingDependency>
</file>
<file src="lib/Service/ContactService.php">
Expand Down Expand Up @@ -378,13 +381,15 @@
</TooManyArguments>
</file>
<file src="lib/Tools/Traits/TNCLogger.php">
<UndefinedClass>
<code><![CDATA[HintException]]></code>
</UndefinedClass>
<RedundantCondition/>
<RedundantCondition>
<code><![CDATA[isset($this->logger)]]></code>
</RedundantCondition>
<RedundantPropertyInitializationCheck>
<code><![CDATA[isset($this->logger)]]></code>
</RedundantPropertyInitializationCheck>
<UndefinedClass>
<code><![CDATA[HintException]]></code>
</UndefinedClass>
</file>
<file src="lib/Tools/Traits/TNCRequest.php">
<InvalidArgument>
Expand Down
Loading