Skip to content

Commit bd148ba

Browse files
Fixed styles in UnitTests class
1 parent ce32aa5 commit bd148ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnitTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private function saveCoverageXml(string $srcDir, string $rootDir): void
8080
$rootDirNoBin = str_replace('bin/../../../..', '', $rootDirNoBin);
8181
$xml = $this->testCoverage->process($srcDir, $rootDirNoBin);
8282

83-
$storage = $this->container->get(StorageInterface::class);
83+
$storage = $this->container->get(StorageInterface::class);
8484
$storage->save($rootDir . '/unit-tests.coverage.xml', $xml);
8585

8686
echo 'Coverage XML saved to: ', $rootDir, '/unit-tests.coverage.xml', PHP_EOL;

0 commit comments

Comments
 (0)