Skip to content

Commit

Permalink
Merge pull request #234 from mcg-web/some-fixes
Browse files Browse the repository at this point in the history
Some fast fixes
  • Loading branch information
vladar committed Feb 8, 2018
2 parents ccecc3c + 944cceb commit 94525c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public static function printSafe($var)
return 'false';
}
if (true === $var) {
return 'false';
return 'true';
}
if (is_string($var)) {
return "\"$var\"";
Expand Down

0 comments on commit 94525c0

Please sign in to comment.