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 f62f89a + a47e925 commit e5b6beeCopy full SHA for e5b6bee
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