diff --git a/components/finder.rst b/components/finder.rst index 1e7501118ee..d1e00d91c68 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -114,7 +114,7 @@ And it also works with user-defined streams:: use Symfony\Component\Finder\Finder; $s3 = new \Zend_Service_Amazon_S3($key, $secret); - $s3->registerStreamWrapper("s3"); + $s3->registerStreamWrapper('s3'); $finder = new Finder(); $finder->name('photos*')->size('< 100K')->date('since 1 hour ago');