We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d890396 commit e168d9aCopy full SHA for e168d9a
1 file changed
src/PadsJson.php
@@ -44,7 +44,7 @@ protected function padLiteral($tmpJson)
44
return $tmpJson;
45
}
46
47
- $match = \preg_match('/(tr?u?e?|fa?l?s?e|nu?l?l?)$/', $tmpJson, $matches);
+ $match = \preg_match('/(tr?u?e?|fa?l?s?e?|nu?l?l?)$/', $tmpJson, $matches);
48
49
if (!$match || null === $literal = $this->maybeLiteral($matches[1])) {
50
0 commit comments