Skip to content

Commit

Permalink
fix missingType.iterableValue
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 3, 2024
1 parent d01c81a commit e9ded68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ parameters:
tmpDir: .tmp/PHPStan
treatPhpDocTypesAsCertain: false
ignoreErrors:
- identifier: missingType.iterableValue
# - identifier: missingType.iterableValue
2 changes: 2 additions & 0 deletions src/RuleSet/RuleSetInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public function name(): string;

/**
* Returns an array of rules along with their configuration
*
* @return array<string, array<string, mixed>|bool>
*/
public function rules(): array;
}

0 comments on commit e9ded68

Please sign in to comment.