Always display SQL errors

This commit is contained in:
Frédéric Guillot
2018-03-05 15:55:49 -08:00
parent 95ac11a6aa
commit 9c9e079bcd
7 changed files with 31 additions and 25 deletions

View File

@@ -297,6 +297,10 @@ class Finder implements \IteratorAggregate, \Countable
/**
* Excludes directories.
*
* Directories passed as argument must be relative to the ones defined with the `in()` method. For example:
*
* $finder->in(__DIR__)->exclude('ruby');
*
* @param string|array $dirs A directory path or an array of directories
*
* @return $this