diff options
Diffstat (limited to 'apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php')
-rw-r--r-- | apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php b/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php index a1eb632a9eb..c6b020b8f7e 100644 --- a/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php +++ b/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); /** * @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch> * |