File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 9.2.22] - 2022-12-18
6+
7+ ### Fixed
8+
9+ * [ #969 ] ( https://github.com/sebastianbergmann/php-code-coverage/pull/969 ) : Fixed identifying line with ` throw ` as executable
10+
511## [ 9.2.21] - 2022-12-14
612
713### Changed
@@ -445,6 +451,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
445451
446452* This component is no longer supported on PHP 7.1
447453
454+ [ 9.2.22 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.21...9.2.22
448455[ 9.2.21 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2.21
449456[ 9.2.20 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.19...9.2.20
450457[ 9.2.19 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class Version
2222 public static function id (): string
2323 {
2424 if (self ::$ version === null ) {
25- self ::$ version = (new VersionId ('9.2.21 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.2.22 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments