chore: satisfy psalm
This commit is contained in:
Родитель
43786de427
Коммит
46bc9be409
|
@ -2,12 +2,10 @@
|
|||
|
||||
namespace OCA\OJSXC\AppInfo;
|
||||
|
||||
use OC\Security\CSP\ContentSecurityPolicyManager;
|
||||
use OCA\OJSXC\Controller\ManagedServerController;
|
||||
use OCA\OJSXC\Middleware\ExternalApiMiddleware;
|
||||
use OCA\OJSXC\Config;
|
||||
use OCA\OJSXC\Listener\AddFeaturePolicyListener;
|
||||
use OCP\IContainer;
|
||||
use OCP\AppFramework\App;
|
||||
use OCP\AppFramework\Bootstrap\IBootContext;
|
||||
use OCP\AppFramework\Bootstrap\IBootstrap;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://getpsalm.org/schema/config"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
errorBaseline="tests/psalm-baseline.xml"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="lib" />
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<files psalm-version="4.17.0@6f4707aa41c9174353a6434bba3fc8840f981d9c">
|
||||
<file src="lib/AppInfo/Application.php">
|
||||
<InvalidArgument occurrences="1">
|
||||
<code>registerEventListener</code>
|
||||
</InvalidArgument>
|
||||
</file>
|
||||
</files>
|
Загрузка…
Ссылка в новой задаче