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

Skip to content

Commit 560aa3e

Browse files
committed
minor symfony#5351 [Finder] minor CS fix (dunglas)
This PR was merged into the 2.3 branch. Discussion ---------- [Finder] minor CS fix | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | n/a Commits ------- 6c8ac08 [Finder] minor CS fix
2 parents 9eb96f6 + 6c8ac08 commit 560aa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ And it also works with user-defined streams::
114114
use Symfony\Component\Finder\Finder;
115115

116116
$s3 = new \Zend_Service_Amazon_S3($key, $secret);
117-
$s3->registerStreamWrapper("s3");
117+
$s3->registerStreamWrapper('s3');
118118

119119
$finder = new Finder();
120120
$finder->name('photos*')->size('< 100K')->date('since 1 hour ago');

0 commit comments

Comments
 (0)