We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b10609 commit 2d3e43fCopy full SHA for 2d3e43f
tests/Unit/OutputFormatterTest.php
@@ -318,7 +318,7 @@ public function provideUnchangedStringForRemoveLastSemicolon(): array
318
* @test
319
* @dataProvider provideUnchangedStringForRemoveLastSemicolon
320
*/
321
- public function removeLastSemicolonWithSemicolonAfterLastRuleEnabledUnchangedArgument(string $string): void
+ public function removeLastSemicolonWithSemicolonAfterLastRuleEnabledReturnsUnchangedArgument(string $string): void
322
{
323
$this->outputFormat->setSemicolonAfterLastRule(true);
324
0 commit comments