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 7099de3 + 1f813a5 commit c5c751cCopy full SHA for c5c751c
Finder.php
@@ -407,6 +407,10 @@ public function size($size)
407
/**
408
* Excludes directories.
409
*
410
+ * Directories passed as argument must be relative to the ones defined with the `in()` method. For example:
411
+ *
412
+ * $finder->in(__DIR__)->exclude('ruby');
413
414
* @param string|array $dirs A directory path or an array of directories
415
416
* @return $this
0 commit comments