Skip to content

Commit 847c60c

Browse files
committed
Merge branch 'master' into s6
2 parents 955470f + 905f99f commit 847c60c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"symfony/filesystem": "^4.4 || ^5.1 || ^6",
3535
"symfony/polyfill-php80": "^1.23",
3636
"symfony/string": "^5.1 || ^6",
37-
"twig/twig": "^2.12 || ^3.1"
37+
"twig/twig": "^2.14.11 || ^3.1"
3838
},
3939
"require-dev": {
40-
"chi-teck/drupal-coder-extension": "^1.1.1",
40+
"chi-teck/drupal-coder-extension": "^1.2",
4141
"drupal/coder": "^8.3.14",
4242
"friendsoftwig/twigcs": "^5.0",
4343
"phpspec/prophecy-phpunit": "^2.0",

src/Helper/ResultPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function printTable(AssetCollection $assets, string $base_path): void
7272
// Summary.
7373
$total_assets = \count($assets);
7474
$rows[] = [
75-
NULL,
75+
'',
7676
\sprintf('Total: %d %s', $total_assets, $total_assets == 1 ? 'asset' : 'assets'),
7777
$total_lines,
7878
self::formatMemory($total_size),

0 commit comments

Comments
 (0)