summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-11-03 13:23:07 -0100
committerMaxence Lange <maxence@artificial-owl.com>2022-11-03 13:23:07 -0100
commit62a8215325436898504734e1dde8a36993e9ebf1 (patch)
tree7a28839142d044aca73ebfb1a89fcb6eb265187b /tests
parent4aa75cfd76920b8909b65579deaf4fa9ad523cd8 (diff)
cleaning code
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/psalm-baseline.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 93b22f91..b9ae93a8 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<files psalm-version="4.23.0@f1fe6ff483bf325c803df9f510d09a03fd796f88">
+<files psalm-version="4.29.0@7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3">
<file src="lib/AP.php">
<InvalidScalarArgument occurrences="1">
<code>$level</code>
@@ -60,11 +60,6 @@
<code>$this-&gt;contactAccount</code>
</NullableReturnStatement>
</file>
- <file src="lib/Model/LinkedDataSignature.php">
- <UndefinedMethod occurrences="1">
- <code>getPublicKey</code>
- </UndefinedMethod>
- </file>
<file src="lib/Model/RequestQueue.php">
<InvalidNullableReturnType occurrences="1">
<code>InstancePath</code>
@@ -130,9 +125,6 @@
<RedundantCondition occurrences="1">
<code>$varr[0] !== null</code>
</RedundantCondition>
- <UndefinedClass occurrences="1">
- <code>IAppDataFactory</code>
- </UndefinedClass>
</file>
<file src="lib/Service/StreamService.php">
<InvalidReturnType occurrences="1">
@@ -151,4 +143,10 @@
<code>HintException</code>
</UndefinedClass>
</file>
+ <file src="lib/Tools/Traits/TNCRequest.php">
+ <InvalidArgument occurrences="21">
+ <code>$curl</code>
+ </InvalidArgument>
+ <InvalidReturnType occurrences="1"/>
+ </file>
</files>