Skip to content

Commit 2a4cbb7

Browse files
committed
Fix code style
1 parent 1ca6c9b commit 2a4cbb7

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/Phug/DevTool/Command/CoverageReportPrepareCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
namespace Phug\DevTool\Command;
44

55
use Phug\DevTool\AbstractCommand;
6-
use Symfony\Component\Console\Input\InputArgument;
76
use Symfony\Component\Console\Input\InputInterface;
8-
use Symfony\Component\Console\Input\InputOption;
97
use Symfony\Component\Console\Output\OutputInterface;
108

119
class CoverageReportPrepareCommand extends AbstractCommand

tests/bootstrap.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
include __DIR__.'/../vendor/autoload.php';
44

5-
set_error_handler(function ($errno, $errstr, $errfile, $errline)
6-
{
5+
set_error_handler(function ($errno, $errstr, $errfile, $errline) {
76
switch ($errno) {
87
case E_DEPRECATED:
98
case E_USER_DEPRECATED:

0 commit comments

Comments
 (0)