We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8ff31 commit eb39726Copy full SHA for eb39726
console/lockable_trait.rst
@@ -55,6 +55,8 @@ a ``$lockFactory`` property with your own lock factory::
55
{
56
use LockableTrait;
57
58
+ // don't use PHP constructor property promotion here because the
59
+ // LockableTrait already defines the `$lockFactory` property in this class
60
public function __construct(LockFactory $lockFactory)
61
62
$this->lockFactory = $lockFactory;
0 commit comments