@@ -7,7 +7,7 @@ |
||
| 7 | 7 | use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector; |
| 8 | 8 | use Rector\Set\ValueObject\LevelSetList; |
| 9 | 9 | |
| 10 | -return static function (RectorConfig $rectorConfig): void { |
|
| 10 | +return static function(RectorConfig $rectorConfig): void { |
|
| 11 | 11 | $rectorConfig->paths([ |
| 12 | 12 | __DIR__ . '/src', |
| 13 | 13 | __DIR__ . '/tests', |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | |
| 7 | 7 | use Attribute; |
| 8 | 8 | |
| 9 | -#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] |
|
| 9 | +#[Attribute(Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)] |
|
| 10 | 10 | final class Middleware |
| 11 | 11 | { |
| 12 | 12 | private mixed $definition; |