Skip to content

Commit de88ca6

Browse files
Updated baselines
1 parent 4baaffb commit de88ca6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Parameter \\#1 \\$error_handler of function set_error_handler expects \\(callable\\(int, string, string, int, array\\)\\: bool\\)\\|null, Closure\\(\\)\\: void given\\.$#"
5+
count: 1
6+
path: src/Api/AbstractApi.php
7+
38
-
49
message: "#^Return type \\(Gitlab\\\\Model\\\\Issue\\) of method Gitlab\\\\Model\\\\Issue\\:\\:close\\(\\) should be covariant with return type \\(static\\(Gitlab\\\\Model\\\\Stateful\\)\\) of method Gitlab\\\\Model\\\\Stateful\\:\\:close\\(\\)$#"
510
count: 1

psalm-baseline.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<files psalm-version="3.13.1@afd8874a9e4562eac42a02de90e42e430c3a1db1">
3+
<file src="src/Api/AbstractApi.php">
4+
<InvalidArgument occurrences="1"/>
5+
</file>
36
<file src="src/HttpClient/Util/JsonArray.php">
47
<UndefinedFunction occurrences="1">
58
<code>\get_debug_type($data)</code>

0 commit comments

Comments
 (0)