There was an error while loading. Please reload this page.
2 parents d890396 + e168d9a commit 8ba992eCopy full SHA for 8ba992e
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