@@ -5,22 +5,15 @@ parameters:
5
5
- vendor/*
6
6
- storage/framework/*
7
7
ignoreErrors :
8
- - ' #@readonly property cannot have a default value\. #'
9
8
- ' #Access to an undefined property object::\$[a-zA-Z_ ]+\. #'
10
- - ' #Anonymous function should return string but returns mixed\. #'
11
9
- ' #Argument of an invalid type mixed supplied for foreach , only iterables are supported\. #'
12
10
- ' #Binary operation "." between non-falsy-string and mixed results in an error\. #'
13
11
- ' #Binary operation "\." between ''.+'' and mixed results in an error\. #'
14
12
- ' #Binary operation "\." between mixed and ''.+'' results in an error\. #'
15
13
- ' #Cannot access offset ''[A-Za-z_ ]+'' on mixed\. #'
16
14
- ' #Cannot access offset 0 on mixed\. #'
17
- - ' #Cannot access property \$[a-z_ ]+ on App\\Models\\User\|null\. #'
18
15
- ' #Cannot access property \$[a-zA-Z_ ]+ on mixed\. #'
19
16
- ' #Cannot call method [a-zA-Z ]+\ (\ ) on mixed\. #'
20
- - '#Dynamic call to static method Illuminate\\Http\\Request::validate\ (\ )\. #'
21
- - ' #Method App\\Http\\Controllers\\[a-zA-Z ]+::[a-zA-Z ]+\ (\ ) has no return type specified\. #'
22
- - '#Method App\\Http\\Middleware\\CasAuthenticate::handle\ (\ ) should return Symfony\\Component\\HttpFoundation\\Response but returns bool\. #'
23
- - '#Method App\\Http\\Middleware\\CasAuthenticate::handle\ (\ ) should return Symfony\\Component\\HttpFoundation\\Response but returns mixed\. #'
24
17
- '#Method App\\Jobs\\SyncGoogleGroups::getAllGroups\ (\ ) should return Illuminate\\Support\\Collection<string , string> but returns Illuminate\\Support\\Collection<\ (int\|string\ ), mixed>\. #'
25
18
- '#Method App\\Services\\ClickUp::addUser\ (\ ) should return object but returns mixed\. #'
26
19
- '#Method App\\Services\\ClickUp::fetchJWT\ (\ ) should return string but returns mixed\. #'
@@ -32,18 +25,13 @@ parameters:
32
25
- '#Method App\\Services\\Keycloak::getAccessToken\ (\ ) should return string but returns mixed\. #'
33
26
- '#Method App\\Services\\Service::decodeToArray\ (\ ) should return array<object> but returns array<mixed , mixed>\. #'
34
27
- ' #Offset ''[a-zA-Z ]+'' might not exist on array\|null\. #'
35
- - ' #Parameter \ #1 \$array of function array_diff expects array , mixed given\. #'
36
- - ' #Parameter \ #1 \$array of function array_filter expects array , mixed given\. #'
37
- - '#Parameter \#1 \$callback of function array_map expects \ (callable\ (mixed\ ): mixed\ )\|null , Closure\ (object\ ): string given\. #'
38
28
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\ (int\|string\ ),mixed>::each\ (\ ) expects callable\ (mixed , int\|string\ ): mixed , Closure\ (object , int\ ): void given\. #'
39
29
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\ (int\|string\ ),mixed>::filter\ (\ ) expects \ (callable\ (mixed , int\|string\ ): bool\ )\|null , Closure\ (object\ ): bool given\. #'
40
30
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\ (int\|string\ ),mixed>::mapWithKeys\ (\ ) expects callable\ (mixed , int\|string\ ): array , Closure\ (object\ ): non-empty-array given\. #'
41
31
- ' #Parameter \ #1 \$clickup_id of static method App\\Services\\ClickUp::[a-zA-Z ]+\ (\ ) expects int , mixed given\. #'
42
32
- '#Parameter \#1 \$config of method Google\\Client::setAuthConfig\ (\ ) expects array\|string , mixed given\. #'
43
33
- ' #Parameter \ #1 \$data of class SimpleJWT\\Keys\\RSAKey constructor expects array<string , mixed>\|string , mixed given\. #'
44
- - '#Parameter \#1 \$email of static method App\\Services\\ClickUp::addUser\ (\ ) expects string , mixed given\. #'
45
34
- ' #Parameter \ #1 \$group_name of static method App\\Services\\Grouper::[a-zA-Z ]+\ (\ ) expects string , mixed given\. #'
46
- - '#Parameter \#1 \$haystack of static method Illuminate\\Support\\Str::startsWith\ (\ ) expects string , mixed given\. #'
47
35
- '#Parameter \#1 \$invitee_id of static method App\\Services\\GitHub::inviteUserToOrganization\ (\ ) expects int , mixed given\. #'
48
36
- ' #Parameter \ #1 \$json of function json_decode expects string , bool\|string given\. #'
49
37
- ' #Parameter \ #1 \$object_or_class of function property_exists expects object\|string , mixed given\. #'
0 commit comments