fix phpstan and rector errors, fix path for rector rules

This commit is contained in:
2024-02-13 19:12:14 +01:00
parent f889d67e94
commit 2ddfd56401
8 changed files with 12 additions and 14 deletions

View File

@@ -102,7 +102,7 @@ class SortExportElementTest extends KernelTestCase
private function makeTranslator(): TranslatorInterface
{
return new class () implements TranslatorInterface {
public function trans(string $id, array $parameters = [], ?string $domain = null, ?string $locale = null)
public function trans(string $id, array $parameters = [], string $domain = null, string $locale = null)
{
return $id;
}