Skip to content

Commit f4f0f74

Browse files
authored
chore: add backslash
1 parent 83a88d3 commit f4f0f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/ValidatesJWT.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function validateKey()
122122
*/
123123
protected function validateLastJson()
124124
{
125-
if (JSON_ERROR_NONE === \json_last_error()) {
125+
if (\JSON_ERROR_NONE === \json_last_error()) {
126126
return;
127127
}
128128

0 commit comments

Comments
 (0)