Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e651df

Browse filesBrowse files
committed
Define constant visibility explicitly
1 parent 4002469 commit 6e651df
Copy full SHA for 6e651df

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/Console/Command/Command.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/Command.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*/
3030
class Command
3131
{
32-
const SUCCESS = 0;
33-
const FAILURE = 1;
32+
public const SUCCESS = 0;
33+
public const FAILURE = 1;
3434

3535
/**
3636
* @var string|null The default command name

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.