File tree 4 files changed +27
-3
lines changed
4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
4
+ 2.3.4 (2024-08-27)
5
+ ------------------
6
+
7
+ * #111 : apply cs-fixer 3.54.0 changes to v2 branch (@phil-davis )
8
+ * #115 : Add PHP 8.3 to CI for v2 branch (@phil-davis )
9
+ * #116 : Add PHP 8.4 to CI for v2 branch (@phil-davis )
10
+ * #117 : check for nullable_type_declaration (@phil-davis )
11
+
4
12
2.3.3 (2023-06-09)
5
13
------------------
6
14
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"require-dev" : {
40
- "friendsofphp/php-cs-fixer" : " ^3.59 " ,
41
- "phpstan/phpstan" : " ^1.11 " ,
40
+ "friendsofphp/php-cs-fixer" : " ^3.63 " ,
41
+ "phpstan/phpstan" : " ^1.12 " ,
42
42
"phpstan/phpstan-phpunit" : " ^1.4" ,
43
43
"phpstan/phpstan-strict-rules" : " ^1.6" ,
44
44
"phpstan/extension-installer" : " ^1.4" ,
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
16
16
/**
17
17
* Full version number.
18
18
*/
19
- public const VERSION = '2.3.3 ' ;
19
+ public const VERSION = '2.3.4 ' ;
20
20
}
Original file line number Diff line number Diff line change @@ -6,3 +6,19 @@ parameters:
6
6
message : " #^.* will always evaluate to true\\ .$#"
7
7
path : tests/*
8
8
count : 1
9
+ -
10
+ message : " #^Offset .* in isset\\ (\\ ) always exists and is not nullable\\ .$#"
11
+ path : lib/functions.php
12
+ count : 3
13
+ -
14
+ message : " #^Result of && is always true\\ .$#"
15
+ path : lib/functions.php
16
+ count : 1
17
+ -
18
+ message : " #^Strict comparison using !== between '' and non-falsy-string will always evaluate to true\\ .$#"
19
+ path : lib/functions.php
20
+ count : 1
21
+ -
22
+ message : " #^Strict comparison using === between false and string will always evaluate to false\\ .$#"
23
+ path : lib/functions.php
24
+ count : 2
You can’t perform that action at this time.
0 commit comments