Completed
Push — master ( a43f74...38a66f )
by Ben
02:27
created
src/Encryption/AbstractEncryption.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Bacon\Pdf\Exception\DomainException;
13 13
 use Bacon\Pdf\Exception\UnexpectedValueException;
14 14
 use Bacon\Pdf\Exception\UnsupportedPasswordException;
15
-use Bacon\Pdf\PdfWriter;
16 15
 use Bacon\Pdf\Utils\EncryptionUtils;
17 16
 use Bacon\Pdf\Writer\ObjectWriter;
18 17
 
Please login to merge, or discard this patch.
src/Writer/ObjectWriter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             throw new WriterClosedException('The writer object was closed');
52 52
         }
53 53
 
54
-        $this->fileObject->fwrite($data. "\n");
54
+        $this->fileObject->fwrite($data . "\n");
55 55
         $this->currentLineLength = 0;
56 56
     }
57 57
 
Please login to merge, or discard this patch.