We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295c564 commit 374d158Copy full SHA for 374d158
README.md
@@ -166,7 +166,7 @@ Currently, you can check if a class:
166
```php
167
$rules[] = Rule::allClasses()
168
->that(new ResideInOneOfTheseNamespaces('App\Domain'))
169
- ->should(new DependsOnlyOnTheseNamespaces(['App\Domain', 'Ramsey\Uuid'], ['App\Exluded']))
+ ->should(new DependsOnlyOnTheseNamespaces(['App\Domain', 'Ramsey\Uuid'], ['App\Excluded']))
170
->because('we want to protect our domain from external dependencies except for Ramsey\Uuid');
171
```
172
0 commit comments