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 a1a60fd commit 33a6990Copy full SHA for 33a6990
console/lockable_trait.rst
@@ -38,7 +38,7 @@ that adds two convenient methods to lock and release commands::
38
// if not released explicitly, Symfony releases the lock
39
// automatically when the execution of the command ends
40
$this->release();
41
-
+
42
return 0;
43
}
44
0 commit comments