Skip to content

Commit 7a15ade

Browse files
RobertDeutzrichard67
authored andcommitted
update base line
1 parent 12c7422 commit 7a15ade

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

phpstan-baseline.neon

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
parameters:
2+
ignoreErrors:
3+
-
4+
message: '#^Comparison operation "\<" between \(array\|float\|int\) and int\<21, max\> results in an error\.$#'
5+
identifier: smaller.invalid
6+
count: 2
7+
path: src/Client.php
8+
9+
-
10+
message: '#^Method Joomla\\OAuth2\\Client\:\:query\(\) should return Joomla\\Http\\Response but returns false\.$#'
11+
identifier: return.type
12+
count: 1
13+
path: src/Client.php

0 commit comments

Comments
 (0)