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+ ## [ 7.0.10] - 2019-11-20
6+
7+ ### Fixed
8+
9+ * Fixed [ #710 ] ( https://github.com/sebastianbergmann/php-code-coverage/pull/710 ) : Code Coverage does not work in PhpStorm
10+
511## [ 7.0.9] - 2019-11-20
612
713### Changed
@@ -106,6 +112,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
106112* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
107113* Update HTML report to Bootstrap 4
108114
115+ [ 7.0.10 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10
109116[ 7.0.9 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.8...7.0.9
110117[ 7.0.8 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.7...7.0.8
111118[ 7.0.7 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.6...7.0.7
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Version
2121 public static function id (): string
2222 {
2323 if (self ::$ version === null ) {
24- $ version = new VersionId ('7.0.9 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.10 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments