Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e2135a

Browse filesBrowse files
committed
Merge branch '5.0'
* 5.0: Fixes unclear sentence in finder.rst Fix lock.invoice.retry_till_save.store decoration
2 parents 48c7fdf + 1e4d984 commit 7e2135a
Copy full SHA for 7e2135a

File tree

Expand file treeCollapse file tree

2 files changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-4
lines changed

‎components/finder.rst

Copy file name to clipboardExpand all lines: components/finder.rst
+1-3Lines 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

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.