Explorar el Código

apply StyleCI recommendation

El RIDO hace 2 años
padre
commit
3c6df4573e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {