Skip to content

Commit

Permalink
Use native PHPDocs (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan authored Nov 13, 2023
1 parent c72d8e7 commit 97bedd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Rules/Functions/FactoriesFunctionArgumentTypeRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
final class FactoriesFunctionArgumentTypeRule implements Rule
{
/**
* @var array<string, string>
* @phpstan-var array<string, class-string>
* @var array<string, class-string>
*/
private array $instanceofMap = [
'config' => BaseConfig::class,
Expand Down

0 comments on commit 97bedd0

Please sign in to comment.