Skip to content

Commit

Permalink
Fix CS/WS issue introduced in e2d8b85
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 16, 2020
1 parent 0e37923 commit 76e16f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/PHPTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function testPHPSerialisationProducesValidCode(): void
{
$coverage = $this->getCoverageForBankAccount();

/** @noinspection UnusedFunctionResultInspection */
/* @noinspection UnusedFunctionResultInspection */
(new PHP())->process($coverage, self::$TEST_TMP_PATH . '/serialized.php');

$unserialized = require self::$TEST_TMP_PATH . '/serialized.php';
Expand Down

0 comments on commit 76e16f3

Please sign in to comment.