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 615817e commit 7c99b93Copy full SHA for 7c99b93
console/lockable_trait.rst
@@ -30,7 +30,7 @@ that adds two convenient methods to lock and release commands::
30
}
31
32
// If you prefer to wait until the lock is released, use this:
33
- // $this->lock('lockname', true);
+ // $this->lock(null, true);
34
35
// ...
36
0 commit comments