@@ -259,6 +259,4 @@ |
||
259 | 259 | $suffix |
260 | 260 | ); |
261 | 261 | |
262 | - $output->writeln($message); |
|
263 | - } |
|
264 | -} |
|
262 | + $output->writeln($message |
|
265 | 263 | \ No newline at end of file |
@@ -259,6 +259,4 @@ |
||
259 | 259 | $suffix |
260 | 260 | ); |
261 | 261 | |
262 | - $output->writeln($message); |
|
263 | - } |
|
264 | -} |
|
262 | + $output->writeln($message |
|
265 | 263 | \ No newline at end of file |
@@ -259,6 +259,4 @@ |
||
259 | 259 | $suffix |
260 | 260 | ); |
261 | 261 | |
262 | - $output->writeln($message); |
|
263 | - } |
|
264 | -} |
|
262 | + $output->writeln($message |
|
265 | 263 | \ No newline at end of file |
@@ -259,6 +259,4 @@ |
||
259 | 259 | $suffix |
260 | 260 | ); |
261 | 261 | |
262 | - $output->writeln($message); |
|
263 | - } |
|
264 | -} |
|
262 | + $output->writeln($message |
|
265 | 263 | \ No newline at end of file |
@@ -259,6 +259,4 @@ |
||
259 | 259 | $suffix |
260 | 260 | ); |
261 | 261 | |
262 | - $output->writeln($message); |
|
263 | - } |
|
264 | -} |
|
262 | + $output->writeln($message |
|
265 | 263 | \ No newline at end of file |
@@ -1,6 +1,7 @@ |
||
1 | 1 | <?php declare(strict_types=1); |
2 | 2 | |
3 | -class Config { |
|
3 | +class Config |
|
4 | +{ |
|
4 | 5 | public string $name = 'PHPUnit coverage check'; |
5 | 6 | public string $version = '0.1.0'; |
6 | 7 | } |