Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3196d4

Browse files
Feedback
1 parent e07f55c commit e3196d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

console/lockable_trait.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ that adds two convenient methods to lock and release commands::
4343
}
4444
}
4545

46-
By default, the LockableTrait will use the ``FlockStore``, or the ``SemaphoreStore`` if available,
47-
but you can override this behavior by setting a ``$lockFactory`` property with your own lock factory::
46+
The LockableTrait will use the ``SemaphoreStore`` if available and will default
47+
to ``FlockStore`` otherwise. You can override this behavior by setting
48+
a ``$lockFactory`` property with your own lock factory::
4849

4950
// ...
5051
use Symfony\Component\Console\Command\Command;

0 commit comments

Comments
 (0)