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.
2 parents 552e244 + a479817 commit 44a796dCopy full SHA for 44a796d
Finder.php
@@ -297,6 +297,10 @@ public function size($size)
297
/**
298
* Excludes directories.
299
*
300
+ * Directories passed as argument must be relative to the ones defined with the `in()` method. For example:
301
+ *
302
+ * $finder->in(__DIR__)->exclude('ruby');
303
304
* @param string|array $dirs A directory path or an array of directories
305
306
* @return $this
0 commit comments