Skip to content

Commit 682d549

Browse files
committed
minor #14740 [Console] Update lockable_trait.rst (adubovskoy)
This PR was merged into the 5.2 branch. Discussion ---------- [Console] Update lockable_trait.rst Misprint has been fixed: added ":" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- b885099 Update lockable_trait.rst
2 parents ee09b25 + b885099 commit 682d549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/lockable_trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ that adds two convenient methods to lock and release commands::
3939
// automatically when the execution of the command ends
4040
$this->release();
4141

42-
return Command:SUCCESS;
42+
return Command::SUCCESS;
4343
}
4444
}
4545

0 commit comments

Comments
 (0)