summaryrefslogtreecommitdiffstats
path: root/Exceptions/SignatureInvalidException.php
diff options
context:
space:
mode:
authordrtriumph <chris@firebase.com>2014-11-14 14:05:46 -0800
committerdrtriumph <chris@firebase.com>2014-11-14 14:05:46 -0800
commitc40229f5d15b067dcf58f30df262a1efe566fba6 (patch)
tree27ddb527614d4ffe73043ed1d82f0ffcd61c78aa /Exceptions/SignatureInvalidException.php
parentea4db8dbf2d74ed75ff1e5c89ac42e55a9ff1d6f (diff)
downloadphp-jwt-c40229f5d15b067dcf58f30df262a1efe566fba6.zip
php-jwt-c40229f5d15b067dcf58f30df262a1efe566fba6.tar.gz
php-jwt-c40229f5d15b067dcf58f30df262a1efe566fba6.tar.bz2
Some minor cleanup from @brendo's PR with a quick rename
Diffstat (limited to 'Exceptions/SignatureInvalidException.php')
-rw-r--r--Exceptions/SignatureInvalidException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Exceptions/SignatureInvalidException.php b/Exceptions/SignatureInvalidException.php
index 640bb49..d122232 100644
--- a/Exceptions/SignatureInvalidException.php
+++ b/Exceptions/SignatureInvalidException.php
@@ -3,4 +3,4 @@
class SignatureInvalidException extends UnexpectedValueException
{
-} \ No newline at end of file
+}