Skip to content

Commit 8a20648

Browse files
committed
[rector] Rector fixes
1 parent b321bad commit 8a20648

File tree

1 file changed

+2
-1
lines changed
  • rules-tests/TypedCollections/Rector/Class_/CompletePropertyDocblockFromToManyRector/config

1 file changed

+2
-1
lines changed

rules-tests/TypedCollections/Rector/Class_/CompletePropertyDocblockFromToManyRector/config/configured_rule.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
declare(strict_types=1);
44

5+
use Rector\Doctrine\TypedCollections\Rector\Class_\CompletePropertyDocblockFromToManyRector;
56
use Rector\Config\RectorConfig;
67

78
return static function (RectorConfig $rectorConfig): void {
89
$rectorConfig->rules(
9-
[\Rector\Doctrine\TypedCollections\Rector\Class_\CompletePropertyDocblockFromToManyRector::class]
10+
[CompletePropertyDocblockFromToManyRector::class]
1011
);
1112
};

0 commit comments

Comments
 (0)