Skip to content

Commit 7a0d1c7

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: remove whitespaces Use constant over int. refs #14648
2 parents e5b6bee + 7b71c5b commit 7a0d1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/lockable_trait.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ that adds two convenient methods to lock and release commands::
3838
// if not released explicitly, Symfony releases the lock
3939
// automatically when the execution of the command ends
4040
$this->release();
41-
42-
return 0;
41+
42+
return Command:SUCCESS;
4343
}
4444
}
4545

0 commit comments

Comments
 (0)