mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
commit
94525c0025
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class Utils
|
|||
return 'false';
|
||||
}
|
||||
if (true === $var) {
|
||||
return 'false';
|
||||
return 'true';
|
||||
}
|
||||
if (is_string($var)) {
|
||||
return "\"$var\"";
|
||||
|
|
Loading…
Add table
Reference in a new issue