1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-25 23:06:14 +02:00

strict comparison

This commit is contained in:
Elan Ruusamäe
2018-01-05 14:33:10 +02:00
parent 0038cdb5de
commit d3decb27e1
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class Minify_Lines
$newLines = array();
while (null !== ($line = array_shift($lines))) {
if (('' !== $id) && (0 == $i % 50)) {
if (('' !== $id) && (0 === $i % 50)) {
if ($inComment) {
array_push($newLines, '', "/* {$id} *|", '');
} else {