@@ -180,17 +180,17 @@ Inputting Files
180180Adds all files indicated by the path or array of paths. If the path resolves to a directory then ``$recursive ``
181181will include sub-directories.
182182
183- **addFile(string $file) **
183+ **addFile(string $file) ** /
184184**addFiles(array $files) **
185185
186186Adds the file or files to the current list of input files. Files are absolute paths to actual files.
187187
188- **removeFile(string $file) **
188+ **removeFile(string $file) ** /
189189**removeFiles(array $files) **
190190
191191Removes the file or files from the current list of input files.
192192
193- **addDirectory(string $directory, bool $recursive = false) **
193+ **addDirectory(string $directory, bool $recursive = false) ** /
194194**addDirectories(array $directories, bool $recursive = false) **
195195
196196Adds all files from the directory or directories, optionally recursing into sub-directories. Directories are
@@ -199,7 +199,7 @@ absolute paths to actual directories.
199199Filtering Files
200200===============
201201
202- **removePattern(string $pattern, string $scope = null) **
202+ **removePattern(string $pattern, string $scope = null) ** /
203203**retainPattern(string $pattern, string $scope = null) **
204204
205205Filters the current file list through the pattern (and optional scope), removing or retaining matched
0 commit comments