composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.3.0 to 2.4.0
Showing 1 of 5 files from the diff.
src/Printer.php
changed.
Other files ignored by Codecov
src/PrinterInterface.php
has changed.
test/Unit/PrinterTest.php
has changed.
composer.lock
has changed.
composer.json
has changed.
@@ -34,13 +34,7 @@
Loading
34 | 34 | * @see http://php.net/manual/en/function.json-encode.php |
|
35 | 35 | * @see http://php.net/manual/en/json.constants.php |
|
36 | 36 | * |
|
37 | - | * @param string $json |
|
38 | - | * @param string $indent |
|
39 | - | * @param string $newLine |
|
40 | - | * |
|
41 | 37 | * @throws \InvalidArgumentException |
|
42 | - | * |
|
43 | - | * @return string |
|
44 | 38 | */ |
|
45 | 39 | public function print(string $json, string $indent = ' ', string $newLine = \PHP_EOL): string |
|
46 | 40 | { |
Files | Complexity | Coverage |
---|---|---|
src/Printer.php | 20 | 100.00% |
Project Totals (1 files) | 20 | 100.00% |
323657098
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.