From 911f458bece5afed535ecaf36c3d090bdbccf85c Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Sun, 4 Dec 2022 18:11:04 +0100 Subject: [PATCH] PHP-CS-Fixer --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index bc79db5c..1b2bf1e1 100644 --- a/rector.php +++ b/rector.php @@ -16,7 +16,7 @@ use Rector\TypeDeclaration\Rector\ClassMethod\AddArrayReturnDocTypeRector; return static function (RectorConfig $rectorConfig): void { - $rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests']); + $rectorConfig->paths([__DIR__.'/src', __DIR__.'/tests']); // Do not try to change simple property init and assign to constructor promotion // to make code easier to read (no more class with properties declared both