Skip to content

Commit

Permalink
[TASK] Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
This change applies `php-cs-fixer` modifications which
slipped into the code-base because the corresponding
code-quality check missed the dry-run flag and doesn't
fail when changes has been detected.

Backport of #384.
  • Loading branch information
sbuerk committed Dec 12, 2024
1 parent ea7f8dd commit df58bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Regression/GlossaryRegressionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function glossaryIsRespectedOnLocalization(): void
$dataHandler->start([], $commandMap);
$dataHandler->process_cmdmap();

self::assertEmpty($dataHandler->errorLog);
static::assertEmpty($dataHandler->errorLog);
self::assertCSVDataSet(__DIR__ . '/Fixtures/Results/translateWithGlossary.csv');
}
}

0 comments on commit df58bd6

Please sign in to comment.