This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb11cb1
commit d60737d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @package IPA Validator | ||
* @author TheresNoTime <[email protected]> | ||
* @copyright 2022 TheresNoTime | ||
* @license https://opensource.org/licenses/GPL-3.0 GPL-3.0 | ||
* @license https://opensource.org/licenses/GPL-3.0 GPL-2.0-or-later | ||
*/ | ||
declare( strict_types=1 ); | ||
namespace TheresNoTime\IPAValidator; | ||
|
@@ -21,7 +21,7 @@ | |
* | ||
* @package IPA Validator | ||
* @author TheresNoTime <[email protected]> | ||
* @license https://opensource.org/licenses/GPL-3.0 GPL-3.0 | ||
* @license https://opensource.org/licenses/GPL-3.0 GPL-2.0-or-later | ||
*/ | ||
class Validator { | ||
|
||
|