From a26c8bfdbdb987b820d870d2ace173c99e1a030a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 23 Dec 2017 11:56:26 +0100 Subject: [PATCH] Removed an unneeded note in the Lock docs --- components/lock.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/lock.rst b/components/lock.rst index ce8c2044999..8ec7428b7e9 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -8,9 +8,6 @@ The Lock Component The Lock Component creates and manages `locks`_, a mechanism to provide exclusive access to a shared resource. -.. versionadded:: 3.4 - The Lock component was introduced in Symfony 3.4. - Installation ------------