composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.3.0 to 2.4.0
Showing 1 of 4 files from the diff.
src/Command/NormalizeCommand.php
changed.
Other files ignored by Codecov
test/Integration/Command/NormalizeCommandTest.php
has changed.
composer.lock
has changed.
composer.json
has changed.
@@ -254,11 +254,7 @@
Loading
254 | 254 | } |
|
255 | 255 | ||
256 | 256 | /** |
|
257 | - | * @param Console\Input\InputInterface $input |
|
258 | - | * |
|
259 | 257 | * @throws \RuntimeException |
|
260 | - | * |
|
261 | - | * @return null|Normalizer\Format\Indent |
|
262 | 258 | */ |
|
263 | 259 | private static function indentFrom(Console\Input\InputInterface $input): ?Normalizer\Format\Indent |
|
264 | 260 | { |
@@ -360,13 +356,7 @@
Loading
360 | 356 | /** |
|
361 | 357 | * @see https://getcomposer.org/doc/03-cli.md#update |
|
362 | 358 | * |
|
363 | - | * @param Console\Application $application |
|
364 | - | * @param Console\Output\OutputInterface $output |
|
365 | - | * @param string $workingDirectory |
|
366 | - | * |
|
367 | 359 | * @throws \Exception |
|
368 | - | * |
|
369 | - | * @return int |
|
370 | 360 | */ |
|
371 | 361 | private static function updateLockerInWorkingDirectory( |
|
372 | 362 | Console\Application $application, |
Files | Complexity | Coverage |
---|---|---|
src | 42 | 82.58% |
Project Totals (4 files) | 42 | 82.58% |
323783089
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.