Skip to content

Commit 374d158

Browse files
typo
1 parent 295c564 commit 374d158

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
@@ -166,7 +166,7 @@ Currently, you can check if a class:
166166
```php
167167
$rules[] = Rule::allClasses()
168168
->that(new ResideInOneOfTheseNamespaces('App\Domain'))
169-
->should(new DependsOnlyOnTheseNamespaces(['App\Domain', 'Ramsey\Uuid'], ['App\Exluded']))
169+
->should(new DependsOnlyOnTheseNamespaces(['App\Domain', 'Ramsey\Uuid'], ['App\Excluded']))
170170
->because('we want to protect our domain from external dependencies except for Ramsey\Uuid');
171171
```
172172

0 commit comments

Comments
 (0)