@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class Writer |
53 | 53 | * @package Platine\Console\Output |
54 | 54 | */ |
55 | -class Writer |
|
56 | -{ |
|
55 | +class Writer { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class Table |
53 | 53 | * @package Platine\Console\Output |
54 | 54 | */ |
55 | -class Table |
|
56 | -{ |
|
55 | +class Table { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class Color |
53 | 53 | * @package Platine\Console\Output |
54 | 54 | */ |
55 | -class Color |
|
56 | -{ |
|
55 | +class Color { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class Cursor |
53 | 53 | * @package Platine\Console\Output |
54 | 54 | */ |
55 | -class Cursor |
|
56 | -{ |
|
55 | +class Cursor { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class Shell |
53 | 53 | * @package Platine\Console\Command |
54 | 54 | */ |
55 | -class Shell |
|
56 | -{ |
|
55 | +class Shell { |
|
57 | 56 | |
58 | 57 | |
59 | 58 | } |
@@ -54,8 +54,7 @@ |
||
54 | 54 | * Class Command |
55 | 55 | * @package Platine\Console\Command |
56 | 56 | */ |
57 | -class Command extends Parser |
|
58 | -{ |
|
57 | +class Command extends Parser { |
|
59 | 58 | |
60 | 59 | |
61 | 60 | } |
@@ -38,6 +38,5 @@ |
||
38 | 38 | * Class RuntimeException |
39 | 39 | * @package Platine\Console\Exception |
40 | 40 | */ |
41 | -class RuntimeException extends ConsoleException |
|
42 | -{ |
|
41 | +class RuntimeException extends ConsoleException { |
|
43 | 42 | } |
@@ -40,6 +40,5 @@ |
||
40 | 40 | * Class ConsoleException |
41 | 41 | * @package Platine\Console\Exception |
42 | 42 | */ |
43 | -class ConsoleException extends Exception |
|
44 | -{ |
|
43 | +class ConsoleException extends Exception { |
|
45 | 44 | } |
@@ -38,6 +38,5 @@ |
||
38 | 38 | * Class InvalidParameterException |
39 | 39 | * @package Platine\Console\Exception |
40 | 40 | */ |
41 | -class InvalidParameterException extends ConsoleException |
|
42 | -{ |
|
41 | +class InvalidParameterException extends ConsoleException { |
|
43 | 42 | } |