File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ parameters :
2
+ ignoreErrors :
3
+ -
4
+ message : " #^Method Joomla\\\\ OAuth1\\\\ Client\\ :\\ :authenticate\\ (\\ ) should return array\\ |null but return statement is missing\\ .$#"
5
+ count : 1
6
+ path : src/Client.php
7
+
8
+ -
9
+ message : " #^Parameter \\ #2 \\ $response of method Joomla\\\\ OAuth1\\\\ Client\\ :\\ :validateResponse\\ (\\ ) expects Joomla\\\\ OAuth1\\\\ Response, Joomla\\\\ Http\\\\ Response given\\ .$#"
10
+ count : 1
11
+ path : src/Client.php
12
+
13
+ -
14
+ message : " #^Parameter \\ $response of method Joomla\\\\ OAuth1\\\\ Client\\ :\\ :validateResponse\\ (\\ ) has invalid type Joomla\\\\ OAuth1\\\\ Response\\ .$#"
15
+ count : 1
16
+ path : src/Client.php
17
+
18
+ -
19
+ message : " #^Property Joomla\\\\ OAuth1\\\\ Client\\ :\\ :\\ $token \\ (array\\ ) does not accept null\\ .$#"
20
+ count : 1
21
+ path : src/Client.php
22
+
23
+ -
24
+ message : " #^Result of && is always false\\ .$#"
25
+ count : 1
26
+ path : src/Client.php
27
+
28
+ -
29
+ message : " #^Unreachable statement \\ - code above always terminates\\ .$#"
30
+ count : 1
31
+ path : src/Client.php
32
+
33
+ -
34
+ message : " #^Variable \\ $response might not be defined\\ .$#"
35
+ count : 2
36
+ path : src/Client.php
Original file line number Diff line number Diff line change 1
1
2
2
includes :
3
3
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
4
+ - phpstan-baseline.neon
4
5
5
6
parameters :
6
7
level : 5
You can’t perform that action at this time.
0 commit comments