Passed
Branch develop (add880)
by nguereza
05:12
created
Category
src/Output/Writer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Output/Table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Output/Color.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Output/Cursor.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Command/Shell.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Command/Command.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Exception/RuntimeException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,6 +38,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Exception/ConsoleException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,6 +40,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Exception/InvalidParameterException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,6 +38,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.