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

Skip to content

Commit 1e4d984

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fixes unclear sentence in finder.rst Fix lock.invoice.retry_till_save.store decoration
2 parents 6d59941 + a3a2709 commit 1e4d984

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
@@ -2746,7 +2746,7 @@ Name of the lock you want to create.
27462746
lock.invoice.retry_till_save.store:
27472747
class: Symfony\Component\Lock\Store\RetryTillSaveStore
27482748
decorates: lock.invoice.store
2749-
arguments: ['@lock.invoice.retry.till.save.store.inner', 100, 50]
2749+
arguments: ['@lock.invoice.retry_till_save.store.inner', 100, 50]
27502750
27512751
workflows
27522752
~~~~~~~~~

0 commit comments

Comments
 (0)