Skip to content

Commit

Permalink
Psalm update baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Mar 26, 2024
1 parent be4dab7 commit 41389ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Command/Configure/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

use OC\Core\Command\Base;
use OCA\Libresign\AppInfo\Application;
use OCA\Libresign\Service\ConfigureCheckService;
use OCA\Libresign\Service\Install\ConfigureCheckService;
use OCP\IConfig;
use Symfony\Component\Console\Helper\Table;
use Symfony\Component\Console\Helper\TableCell;
Expand Down
2 changes: 1 addition & 1 deletion tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<code>$config</code>
</InvalidArgument>
</file>
<file src="lib/Service/InstallService.php">
<file src="lib/Service/Install/InstallService.php">
<UndefinedClass occurrences="1">
<code>Process</code>
</UndefinedClass>
Expand Down

0 comments on commit 41389ed

Please sign in to comment.