Skip to content

Commit 1bbffb3

Browse files
Merge branch '2.8' into 3.4
* 2.8: [Bridge\PhpUnit] Exit as late as possible Update Repository Symlink Helper Document explicitly that dotfiles and vcs files are ignored by default do not mock the container builder in tests
2 parents 2c6ea98 + 31922e7 commit 1bbffb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Finder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ public function exclude($dirs)
313313
/**
314314
* Excludes "hidden" directories and files (starting with a dot).
315315
*
316+
* This option is enabled by default.
317+
*
316318
* @param bool $ignoreDotFiles Whether to exclude "hidden" files or not
317319
*
318320
* @return $this
@@ -333,6 +335,8 @@ public function ignoreDotFiles($ignoreDotFiles)
333335
/**
334336
* Forces the finder to ignore version control directories.
335337
*
338+
* This option is enabled by default.
339+
*
336340
* @param bool $ignoreVCS Whether to exclude VCS files or not
337341
*
338342
* @return $this

0 commit comments

Comments
 (0)