Skip to content

Commit ba149dd

Browse files
authored
Fix typo in Readme (#228)
1 parent d6e2e83 commit ba149dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Array map with array callable is not allowed. Use anonymous/arrow function inste
206206

207207
```yaml
208208
rules:
209-
- Symplify\PHPStanRules\Rules\NoArrayMapWithArrayCallableRule
209+
- Symplify\PHPStanRules\Rules\Complexity\NoArrayMapWithArrayCallableRule
210210
```
211211

212212
```php

0 commit comments

Comments
 (0)