Skip to content

Commit 50a8e70

Browse files
committed
fix typo
1 parent 6796ba3 commit 50a8e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ $result->setExcludedNames(['*.rb', '*.py']);
109109
$result->setNames(['*.php']);
110110
```
111111

112-
`getExcludedPaths` excludes a list of file/directory paths:
112+
`setExcludedPaths` excludes a list of file/directory paths:
113113

114114
```php
115-
$result->getExcludedPaths(['first/dir', 'other/dir']);
115+
$result->setExcludedPaths(['first/dir', 'other/dir']);
116116
```
117117

118118
`scan` finds all the concerned files/directories:

0 commit comments

Comments
 (0)