Skip to content

Commit 84a2cec

Browse files
Merge branch '4.0'
* 4.0: [YAML] Issue #26065: leading spaces in YAML multi-line string literals [Bridge\PhpUnit] Exit as late as possible [Bridge\PhpUnit] Cleanup BC layer [PhpBridge] add PHPUnit 7 support to SymfonyTestsListener [Lock] Log already-locked errors as "notice" instead of "warning" add context to serialize and deserialize Update Repository Symlink Helper isCsrfTokenValid() replace string by ?string Document explicitly that dotfiles and vcs files are ignored by default [HttpKernel] don't try to wire Request argument with controller.service_arguments Make kernel build time optionally deterministic Use 0 for unlimited expiry [Routing] fix typo Bump default PHPUnit version from 6.3 to 6.5 do not mock the container builder in tests [Cache][WebProfiler] fix collecting cache stats with sub-requests + allow clearing calls
2 parents db4ab92 + 552e244 commit 84a2cec

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)