Skip to content

Commit 7e9385d

Browse files
committed
bug #14428 [Lock] Fix example in lock (jderusse)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Lock] Fix example in lock bad import in a code sample Commits ------- bde4596 Fix example in lock
2 parents be84e11 + bde4596 commit 7e9385d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ processes asking for the same ``$version``::
198198
namespace App\Controller;
199199

200200
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
201-
use Symfony\Component\Lock\LockInterface;
201+
use Symfony\Component\Lock\LockFactory;
202202

203203
class PdfController extends AbstractController
204204
{

0 commit comments

Comments
 (0)