Skip to content

Commit 520ba00

Browse files
Minor code style fixes
1 parent 4f2c083 commit 520ba00

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You also need an X.509 certificates related to your stored keys. To create a sel
1313
or to create a CSR for the certificate authority of your choice, you can use a tool we prepared
1414
[here](https://github.com/Setasign/Cloud-KMS-CSR).
1515

16-
The package is developed and tested on PHP >= 5.6. Requirements of the [SetaPDF-Signer](https://www.setasign.com/signer)
16+
The package is developed and tested on PHP >= 7.1. Requirements of the [SetaPDF-Signer](https://www.setasign.com/signer)
1717
component can be found [here](https://manuals.setasign.com/setapdf-signer-manual/getting-started/#index-1).
1818

1919
## Installation

src/Module.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
use Google\Cloud\Kms\V1\KeyManagementServiceClient;
1313
use Google\Cloud\Kms\V1\Digest as KmsDigest;
1414
use SetaPDF_Core_Reader_FilePath;
15-
use SetaPDF_Core_Type_Dictionary;
16-
use SetaPDF_Core_Document as Document;
1715
use SetaPDF_Signer_Asn1_Element as Asn1Element;
1816
use SetaPDF_Signer_Asn1_Oid as Asn1Oid;
1917
use SetaPDF_Signer_Digest as Digest;
20-
use SetaPDF_Signer_Exception;
2118
use SetaPDF_Signer_Signature_DictionaryInterface;
2219
use SetaPDF_Signer_Signature_DocumentInterface;
2320
use SetaPDF_Signer_Signature_Module_ModuleInterface;

0 commit comments

Comments
 (0)