Skip to content

Commit 1da385a

Browse files
committed
fix: typo
1 parent 4aa78dc commit 1da385a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ to cache each of Doctrine ORM elements (queries, results, etc.):
348348
.. code-block:: php
349349
350350
use Symfony\Config\DoctrineConfig;
351-
use Symfony\Config\FrameworkConfig;w
351+
use Symfony\Config\FrameworkConfig;
352352
353353
return static function (FrameworkConfig $framework, DoctrineConfig $doctrine): void {
354354
$framework

0 commit comments

Comments
 (0)