@@ -5,7 +5,7 @@ |
||
| 5 | 5 | * php explicit-encrypt.php | php explicit-decrypt.php |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -declare(strict_types = 1); |
|
| 8 | +declare(strict_types=1); |
|
| 9 | 9 | |
| 10 | 10 | use Sop\GCM\Cipher\AES\AES192Cipher; |
| 11 | 11 | use Sop\GCM\GCM; |
@@ -5,7 +5,7 @@ |
||
| 5 | 5 | * php encrypt.php |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -declare(strict_types = 1); |
|
| 8 | +declare(strict_types=1); |
|
| 9 | 9 | |
| 10 | 10 | use Sop\GCM\AESGCM; |
| 11 | 11 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * php explicit-encrypt.php |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -declare(strict_types = 1); |
|
| 9 | +declare(strict_types=1); |
|
| 10 | 10 | |
| 11 | 11 | use Sop\GCM\Cipher\AES\AES192Cipher; |
| 12 | 12 | use Sop\GCM\GCM; |
@@ -5,7 +5,7 @@ |
||
| 5 | 5 | * php encrypt.php | php decrypt.php |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -declare(strict_types = 1); |
|
| 8 | +declare(strict_types=1); |
|
| 9 | 9 | |
| 10 | 10 | use Sop\GCM\AESGCM; |
| 11 | 11 | |