File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.5] - 2020-MM-DD
5+ ## [ 9.2.5] - 2020-11-28
66
77### Fixed
88
@@ -318,7 +318,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
318318* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
319319* Update HTML report to Bootstrap 4
320320
321- [ 9.2.5 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.4...master
321+ [ 9.2.5 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.4...9.2.5
322322[ 9.2.4 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.3...9.2.4
323323[ 9.2.3 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.2...9.2.3
324324[ 9.2.2 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.1...9.2.2
Original file line number Diff line number Diff line change 3838 "sebastian/code-unit-reverse-lookup" : " ^2.0.2" ,
3939 "sebastian/complexity" : " ^2.0" ,
4040 "sebastian/environment" : " ^5.1.2" ,
41- "sebastian/lines-of-code" : " ^1.0" ,
41+ "sebastian/lines-of-code" : " ^1.0.3 " ,
4242 "sebastian/version" : " ^3.0.1" ,
4343 "theseer/tokenizer" : " ^1.2.0"
4444 },
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.4 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.2.5 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments