Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3a2709

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fixes unclear sentence in finder.rst Fix lock.invoice.retry_till_save.store decoration
2 parents 3af2345 + 57809fb commit a3a2709

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/finder.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ And it also works with user-defined streams::
119119
Files or Directories
120120
~~~~~~~~~~~~~~~~~~~~
121121

122-
By default, the Finder returns files and directories; but the
123-
:method:`Symfony\\Component\\Finder\\Finder::files` and
124-
:method:`Symfony\\Component\\Finder\\Finder::directories` methods control that::
122+
By default, the Finder returns both files and directories. If you need to find either files or directories only, use the :method:`Symfony\\Component\\Finder\\Finder::files` and :method:`Symfony\\Component\\Finder\\Finder::directories` methods::
125123

126124
// look for files only; ignore directories
127125
$finder->files();

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2938,7 +2938,7 @@ Name of the lock you want to create.
29382938
lock.invoice.retry_till_save.store:
29392939
class: Symfony\Component\Lock\Store\RetryTillSaveStore
29402940
decorates: lock.invoice.store
2941-
arguments: ['@lock.invoice.retry.till.save.store.inner', 100, 50]
2941+
arguments: ['@lock.invoice.retry_till_save.store.inner', 100, 50]
29422942
29432943
workflows
29442944
~~~~~~~~~

0 commit comments

Comments
 (0)