Skip to content

Commit

Permalink
chore: add backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Mar 10, 2019
1 parent 83a88d3 commit f4f0f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValidatesJWT.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected function validateKey()
*/
protected function validateLastJson()
{
if (JSON_ERROR_NONE === \json_last_error()) {
if (\JSON_ERROR_NONE === \json_last_error()) {
return;
}

Expand Down

0 comments on commit f4f0f74

Please sign in to comment.