Skip to content

Commit 94525c0

Browse files
authored
Merge pull request #234 from mcg-web/some-fixes
Some fast fixes
2 parents ccecc3c + 944cceb commit 94525c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Utils.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public static function printSafe($var)
336336
return 'false';
337337
}
338338
if (true === $var) {
339-
return 'false';
339+
return 'true';
340340
}
341341
if (is_string($var)) {
342342
return "\"$var\"";

0 commit comments

Comments
 (0)