-
Notifications
You must be signed in to change notification settings - Fork 6
/
phpstan-baseline.neon
41 lines (34 loc) · 1.82 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$request of static method OAuth2\\\\LaminasHttpPhpEnvironmentBridge\\\\Request\\:\\:createFromRequest\\(\\) expects Laminas\\\\Http\\\\PhpEnvironment\\\\Request, Laminas\\\\Stdlib\\\\RequestInterface given\\.$#"
count: 2
path: src/OAuth2Server/Controller/AuthorizeController.php
-
message: "#^Parameter \\#2 \\$response of method OAuth2\\\\Server\\:\\:handleAuthorizeRequest\\(\\) expects OAuth2\\\\ResponseInterface, Laminas\\\\Stdlib\\\\ResponseInterface given\\.$#"
count: 1
path: src/OAuth2Server/Controller/AuthorizeController.php
-
message: "#^Call to an undefined method OAuth2\\\\ResponseInterface\\:\\:sendHeaders\\(\\)\\.$#"
count: 1
path: src/OAuth2Server/Controller/AuthorizeController.php
-
message: "#^Call to an undefined method OAuth2\\\\ResponseInterface\\:\\:getContent\\(\\)\\.$#"
count: 2
path: src/OAuth2Server/Controller/AuthorizeController.php
-
message: "#^Parameter \\#2 \\$response of method OAuth2\\\\Server\\:\\:validateAuthorizeRequest\\(\\) expects OAuth2\\\\ResponseInterface\\|null, Laminas\\\\Stdlib\\\\ResponseInterface given\\.$#"
count: 1
path: src/OAuth2Server/Controller/AuthorizeController.php
-
message: "#^Call to an undefined method Laminas\\\\Stdlib\\\\ResponseInterface\\:\\:getHeaders\\(\\)\\.$#"
count: 1
path: src/OAuth2Server/Controller/AuthorizeController.php
-
message: "#^Cannot call method getClientDetails\\(\\) on object\\|null\\.$#"
count: 1
path: src/OAuth2Server/Controller/AuthorizeController.php
-
message: "#^Parameter \\#2 \\$response of method OAuth2\\\\Server\\:\\:handleTokenRequest\\(\\) expects OAuth2\\\\ResponseInterface\\|null, Laminas\\\\Stdlib\\\\ResponseInterface given\\.$#"
count: 1
path: src/OAuth2Server/Controller/AuthorizeController.php