We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cbc5f commit b8d4074Copy full SHA for b8d4074
1 file changed
src/Console/Command/ReleaseCommand.php
@@ -23,15 +23,15 @@
23
*/
24
final class ReleaseCommand extends AbstractCommand
25
{
26
- static protected $labels = array(
+ protected static $labels = array(
27
'patch' => 'blue',
28
'bug' => 'red',
29
'docs' => 'yellow',
30
'minor' => 'green',
31
'pedantic' => 'cyan',
32
);
33
34
- static protected $stabilities = array(
+ protected static $stabilities = array(
35
36
37
'stable' => 'yellow',
0 commit comments