forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmissingType.callable.neon
More file actions
63 lines (51 loc) · 2.92 KB
/
missingType.callable.neon
File metadata and controls
63 lines (51 loc) · 2.92 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# total 12 errors
parameters:
ignoreErrors:
-
message: '#^Class CodeIgniter\\Model has PHPDoc tag @method for method when\(\) parameter \#2 \$callback with no signature specified for callable\.$#'
count: 1
path: ../../system/Model.php
-
message: '#^Class CodeIgniter\\Model has PHPDoc tag @method for method when\(\) parameter \#3 \$defaultCallback with no signature specified for callable\.$#'
count: 1
path: ../../system/Model.php
-
message: '#^Class CodeIgniter\\Model has PHPDoc tag @method for method whenNot\(\) parameter \#2 \$callback with no signature specified for callable\.$#'
count: 1
path: ../../system/Model.php
-
message: '#^Class CodeIgniter\\Model has PHPDoc tag @method for method whenNot\(\) parameter \#3 \$defaultCallback with no signature specified for callable\.$#'
count: 1
path: ../../system/Model.php
-
message: '#^Method CodeIgniter\\Router\\RouteCollection\:\:group\(\) has parameter \$params with no signature specified for callable\.$#'
count: 1
path: ../../system/Router/RouteCollection.php
-
message: '#^Method CodeIgniter\\Router\\RouteCollection\:\:set404Override\(\) has parameter \$callable with no signature specified for callable\.$#'
count: 1
path: ../../system/Router/RouteCollection.php
-
message: '#^Method CodeIgniter\\Router\\RouteCollectionInterface\:\:set404Override\(\) has parameter \$callable with no signature specified for callable\.$#'
count: 1
path: ../../system/Router/RouteCollectionInterface.php
-
message: '#^Method CodeIgniter\\Router\\Router\:\:setMatchedRoute\(\) has parameter \$handler with no signature specified for callable\.$#'
count: 1
path: ../../system/Router/Router.php
-
message: '#^Method CodeIgniter\\View\\Parser\:\:addPlugin\(\) has parameter \$callback with no signature specified for callable\.$#'
count: 1
path: ../../system/View/Parser.php
-
message: '#^Property CodeIgniter\\View\\Table\:\:\$function type has no signature specified for callable\.$#'
count: 1
path: ../../system/View/Table.php
-
message: '#^Method CodeIgniter\\DataConverter\\DataConverterTest\:\:createDataConverter\(\) has parameter \$extractor with no signature specified for Closure\.$#'
count: 1
path: ../../tests/system/DataConverter/DataConverterTest.php
-
message: '#^Method CodeIgniter\\DataConverter\\DataConverterTest\:\:createDataConverter\(\) has parameter \$reconstructor with no signature specified for Closure\.$#'
count: 1
path: ../../tests/system/DataConverter/DataConverterTest.php