From bde45969dbaf2316055a1104fa9c9948dce33ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Fri, 16 Oct 2020 09:30:37 +0200 Subject: [PATCH] Fix example in lock --- lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lock.rst b/lock.rst index 72fb36dc779..51f375adc33 100644 --- a/lock.rst +++ b/lock.rst @@ -198,7 +198,7 @@ processes asking for the same ``$version``:: namespace App\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; - use Symfony\Component\Lock\LockInterface; + use Symfony\Component\Lock\LockFactory; class PdfController extends AbstractController {