Passed
Branch develop (add880)
by nguereza
05:12
created
Category
src/IO/Interactor.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 Interactor
53 53
  * @package Platine\Console\IO
54 54
  */
55
-class Interactor
56
-{
55
+class Interactor {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Input/Parameter.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 Parameter
53 53
  * @package Platine\Console\Input
54 54
  */
55
-abstract class Parameter
56
-{
55
+abstract class Parameter {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Input/Reader.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 Reader
53 53
  * @package Platine\Console\Input
54 54
  */
55
-class Reader
56
-{
55
+class Reader {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Input/Option.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 Option
53 53
  * @package Platine\Console\Input
54 54
  */
55
-class Option extends Parameter
56
-{
55
+class Option extends Parameter {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Input/Parser.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 Parser
53 53
  * @package Platine\Console\Input
54 54
  */
55
-abstract class Parser
56
-{
55
+abstract class Parser {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Input/Argument.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 Argument
53 53
  * @package Platine\Console\Input
54 54
  */
55
-class Argument extends Parameter
56
-{
55
+class Argument extends Parameter {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Application.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
  * Class Application
53 53
  * @package Platine\Console
54 54
  */
55
-class Application
56
-{
55
+class Application {
57 56
 
58 57
 }
Please login to merge, or discard this patch.
src/Util/OutputHelper.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 OutputHelper
53 53
  * @package Platine\Console\Util
54 54
  */
55
-class OutputHelper
56
-{
55
+class OutputHelper {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Util/Helper.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 Helper
53 53
  * @package Platine\Console\Util
54 54
  */
55
-class Helper
56
-{
55
+class Helper {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.