File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 35
35
*/
36
36
class AssetsInstallCommand extends Command
37
37
{
38
- const METHOD_COPY = 'copy ' ;
39
- const METHOD_ABSOLUTE_SYMLINK = 'absolute symlink ' ;
40
- const METHOD_RELATIVE_SYMLINK = 'relative symlink ' ;
38
+ public const METHOD_COPY = 'copy ' ;
39
+ public const METHOD_ABSOLUTE_SYMLINK = 'absolute symlink ' ;
40
+ public const METHOD_RELATIVE_SYMLINK = 'relative symlink ' ;
41
41
42
42
protected static $ defaultName = 'assets:install ' ;
43
43
Original file line number Diff line number Diff line change 38
38
*/
39
39
class TranslationDebugCommand extends Command
40
40
{
41
- const EXIT_CODE_GENERAL_ERROR = 64 ;
42
- const EXIT_CODE_MISSING = 65 ;
43
- const EXIT_CODE_UNUSED = 66 ;
44
- const EXIT_CODE_FALLBACK = 68 ;
45
- const MESSAGE_MISSING = 0 ;
46
- const MESSAGE_UNUSED = 1 ;
47
- const MESSAGE_EQUALS_FALLBACK = 2 ;
41
+ public const EXIT_CODE_GENERAL_ERROR = 64 ;
42
+ public const EXIT_CODE_MISSING = 65 ;
43
+ public const EXIT_CODE_UNUSED = 66 ;
44
+ public const EXIT_CODE_FALLBACK = 68 ;
45
+ public const MESSAGE_MISSING = 0 ;
46
+ public const MESSAGE_UNUSED = 1 ;
47
+ public const MESSAGE_EQUALS_FALLBACK = 2 ;
48
48
49
49
protected static $ defaultName = 'debug:translation ' ;
50
50
You can’t perform that action at this time.
0 commit comments