File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 21
21
- " 7.3"
22
22
- " 7.4"
23
23
- " 8.0"
24
+ - " 8.1"
24
25
25
26
steps :
26
27
- name : " Checkout"
85
86
- " 7.3"
86
87
- " 7.4"
87
88
- " 8.0"
89
+ - " 8.1"
88
90
dependencies :
89
91
- " lowest"
90
92
- " highest"
@@ -127,6 +129,7 @@ jobs:
127
129
- " 7.3"
128
130
- " 7.4"
129
131
- " 8.0"
132
+ - " 8.1"
130
133
dependencies :
131
134
- " lowest"
132
135
- " highest"
Original file line number Diff line number Diff line change 7
7
],
8
8
"require" : {
9
9
"php" : " ^7.1 || ^8.0" ,
10
- "phpstan/phpstan" : " ^0.12.86 "
10
+ "phpstan/phpstan" : " ^0.12.92 "
11
11
},
12
12
"conflict" : {
13
13
"phpunit/phpunit" : " <7.0"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function testAssertSameWithCountMethodForCountableVariableIsNotOK()
33
33
}
34
34
35
35
class Bar implements \Countable {
36
- public function count ()
36
+ public function count (): int
37
37
{
38
38
return 1 ;
39
39
}
You can’t perform that action at this time.
0 commit comments