Skip to content

Commit

Permalink
refactor: strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 13, 2019
1 parent 17477d9 commit cb2b81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/JWT.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the PHP-JWT package.
*
Expand Down
2 changes: 2 additions & 0 deletions src/ValidatesJWT.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the PHP-JWT package.
*
Expand Down

0 comments on commit cb2b81e

Please sign in to comment.