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.
2 parents bd44d05 + a1a60fd commit a47e925Copy full SHA for a47e925
console/lockable_trait.rst
@@ -38,6 +38,8 @@ 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
45
0 commit comments