Skip to content

Commit d318e46

Browse files
committed
Remove useless semicolons
1 parent ffb4867 commit d318e46

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/main/QafooLabs/Refactoring/Adapters/Symfony/Commands/ExtractMethodCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ function and generates the argument list and return statement accordingly.
6767
Will extract lines <info>10-16</info> from <info>file.php</info> into a new method called <info>newMethodName</info>.
6868
HELP
6969
);
70-
;
7170
}
7271

7372
protected function execute(InputInterface $input, OutputInterface $output)

src/main/QafooLabs/Refactoring/Adapters/Symfony/Commands/OptimizeUseCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ protected function configure()
6767
Will optimize the use statements in <info>file.php</info>.
6868
HELP
6969
);
70-
;
7170
}
7271

7372
protected function execute(InputInterface $input, OutputInterface $output)

src/main/QafooLabs/Refactoring/Adapters/Symfony/Commands/RenameLocalVariableCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ protected function configure()
5959
6060
HELP
6161
);
62-
;
6362
}
6463

6564
protected function execute(InputInterface $input, OutputInterface $output)

0 commit comments

Comments
 (0)