From 3c6df4573e23d602c9e6720d8cc3c79965bdcecc Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 9 Jul 2024 22:21:01 +0200 Subject: [PATCH] apply StyleCI recommendation --- tst/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index bee35847..c43e2b25 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -388,7 +388,7 @@ class Helper '#\'js/([a-z0-9.-]+.js)(\' +)=\> \'[^\']*\',#', function ($matches) use (&$counter) { if (array_key_exists($matches[1], Helper::$hashes)) { - $counter++; + ++$counter; return '\'js/' . $matches[1] . $matches[2] . '=> \'sha512-' . Helper::$hashes[$matches[1]] . '\','; } else {