Commit 0a6488a 1 parent 544cfcc commit 0a6488a Copy full SHA for 0a6488a
File tree 4 files changed +3
-15
lines changed
4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
2
ignoreErrors :
3
+ -
4
+ identifier : missingType.iterableValue
3
5
-
4
6
message : " #^Call to an undefined method Crud\\\\ Action\\\\ BaseAction\\ :\\ :findMethod\\ (\\ )\\ .$#"
5
7
count : 2
@@ -19,8 +21,3 @@ parameters:
19
21
message : " #^Access to an undefined property Cake\\\\ Controller\\\\ Controller\\ :\\ :\\ $Crud\\ .$#"
20
22
count : 1
21
23
path : src/Core/BaseObject.php
22
-
23
- -
24
- message : " #^Call to an undefined method Cake\\\\ Controller\\\\ Controller\\ :\\ :setViewClasses\\ (\\ )\\ .$#"
25
- count : 1
26
- path : src/Listener/ApiListener.php
Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ parameters:
5
5
level : 6
6
6
paths :
7
7
- src
8
- checkMissingIterableValueType : false
9
- checkGenericClassInNonGenericObjectType : false
10
8
excludePaths :
11
9
- */src/TestSuite/*
12
10
universalObjectCratesClasses :
13
11
- Crud\Event\Subject
14
- bootstrapFiles :
15
- - vendor/cakephp/cakephp/src/Core/Exception/CakeException.php
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<files psalm-version =" 4.x-dev@" >
3
- <file src =" src/Listener/ApiListener.php" >
4
- <UndefinedMethod occurrences =" 1" >
5
- <code >setViewClasses</code >
6
- </UndefinedMethod >
7
- </file >
8
3
<file src =" src/Listener/ApiQueryLogListener.php" >
9
4
<InternalMethod occurrences =" 1" >
10
5
<code >new QueryLogger()</code >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function implementedEvents(): array
60
60
/**
61
61
* Convenient method for Request::is
62
62
*
63
- * @param array |string $method Method(s) to check for
63
+ * @param list<string> |string $method Method(s) to check for
64
64
* @return bool
65
65
*/
66
66
protected function _checkRequestType (array |string $ method ): bool
You can’t perform that action at this time.
0 commit comments