소스 검색

apply StyleCI recommendation

El RIDO 2 년 전
부모
커밋
3c6df4573e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tst/Bootstrap.php

+ 1 - 1
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 {