File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.1.8] - 2020-MM-DD
5+ ## [ 9.1.8] - 2020-09-07
66
77### Changed
88
@@ -252,7 +252,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
252252* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
253253* Update HTML report to Bootstrap 4
254254
255- [ 9.1.8 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.7...master
255+ [ 9.1.8 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.7...9.1.8
256256[ 9.1.7 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.6...9.1.7
257257[ 9.1.6 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.5...9.1.6
258258[ 9.1.5 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.4...9.1.5
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.1.7 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.1.8 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments