Skip to content

Commit 31922e7

Browse files
Merge branch '2.7' into 2.8
* 2.7: [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 545c467 + 1b97e1e commit 31922e7

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
@@ -423,6 +423,8 @@ public function exclude($dirs)
423423
/**
424424
* Excludes "hidden" directories and files (starting with a dot).
425425
*
426+
* This option is enabled by default.
427+
*
426428
* @param bool $ignoreDotFiles Whether to exclude "hidden" files or not
427429
*
428430
* @return $this
@@ -443,6 +445,8 @@ public function ignoreDotFiles($ignoreDotFiles)
443445
/**
444446
* Forces the finder to ignore version control directories.
445447
*
448+
* This option is enabled by default.
449+
*
446450
* @param bool $ignoreVCS Whether to exclude VCS files or not
447451
*
448452
* @return $this

0 commit comments

Comments
 (0)