Skip to content

Commit

Permalink
PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Dec 4, 2022
1 parent 5d4a25d commit 911f458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 911f458

Please # to comment.