Skip to content

Commit 97bedd0

Browse files
authored
Use native PHPDocs (#12)
1 parent c72d8e7 commit 97bedd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Rules/Functions/FactoriesFunctionArgumentTypeRule.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
final class FactoriesFunctionArgumentTypeRule implements Rule
3232
{
3333
/**
34-
* @var array<string, string>
35-
* @phpstan-var array<string, class-string>
34+
* @var array<string, class-string>
3635
*/
3736
private array $instanceofMap = [
3837
'config' => BaseConfig::class,

0 commit comments

Comments
 (0)