Skip to content

Commit b8d4074

Browse files
committed
fix styleCi
1 parent 36cbc5f commit b8d4074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/Command/ReleaseCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
*/
2424
final class ReleaseCommand extends AbstractCommand
2525
{
26-
static protected $labels = array(
26+
protected static $labels = array(
2727
'patch' => 'blue',
2828
'bug' => 'red',
2929
'docs' => 'yellow',
3030
'minor' => 'green',
3131
'pedantic' => 'cyan',
3232
);
3333

34-
static protected $stabilities = array(
34+
protected static $stabilities = array(
3535
'patch' => 'blue',
3636
'minor' => 'green',
3737
'stable' => 'yellow',

0 commit comments

Comments
 (0)