Skip to content

Commit 64d4b37

Browse files
authored
Make constants private
1 parent 6e16a8f commit 64d4b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cron/Console/Command/CronInstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
*/
2222
class CronInstallCommand extends Command
2323
{
24-
const COMMAND_OPTION_FORCE = 'force';
25-
const COMMAND_OPTION_NON_OPTIONAL = 'non-optional';
24+
private const COMMAND_OPTION_FORCE = 'force';
25+
private const COMMAND_OPTION_NON_OPTIONAL = 'non-optional';
2626

2727
/**
2828
* @var CrontabManagerInterface

0 commit comments

Comments
 (0)