Skip to content

Commit

Permalink
Revert "Revert "Last codestyle fix (I hope)""
Browse files Browse the repository at this point in the history
This reverts commit f57f550.
  • Loading branch information
wgevaert authored and sebastianbergmann committed Oct 7, 2019
1 parent 74be130 commit 4ccaab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/DataProviderTestSuite.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getSize(): int
{
[$className, $methodName] = \explode('::', $this->getName());

/** @psalm-suppress ArgumentTypeCoercion */
/* @psalm-suppress ArgumentTypeCoercion */
return TestUtil::getSize($className, $methodName);
}
}

0 comments on commit 4ccaab5

Please sign in to comment.