We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c7422 commit 7a15adeCopy full SHA for 7a15ade
phpstan-baseline.neon
@@ -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
0 commit comments