Completed
Push — master ( bc5c42...47bad9 )
by Ben
02:53
created
src/Encryption/AbstractEncryption.php 2 patches
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * BaconPdf
4
- *
5
- * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
- * @copyright 2015 Ben Scholzen (DASPRiD)
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * BaconPdf
4
+     *
5
+     * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
+     * @copyright 2015 Ben Scholzen (DASPRiD)
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Bacon\Pdf\Utils;
11 11
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
      */
193 193
     private function encodePassword($password)
194 194
     {
195
-        set_error_handler(function () {}, E_NOTICE);
195
+        set_error_handler(function() {}, E_NOTICE);
196 196
         $encodedPassword = iconv('UTF-8', 'ISO-8859-1', $password);
197 197
         restore_error_handler();
198 198
 
Please login to merge, or discard this patch.
src/Encryption/EncryptionInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * BaconPdf
4
- *
5
- * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
- * @copyright 2015 Ben Scholzen (DASPRiD)
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * BaconPdf
4
+     *
5
+     * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
+     * @copyright 2015 Ben Scholzen (DASPRiD)
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Bacon\Pdf\Utils;
11 11
 
Please login to merge, or discard this patch.
src/Encryption/Pdf11Encryption.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * BaconPdf
4
- *
5
- * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
- * @copyright 2015 Ben Scholzen (DASPRiD)
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * BaconPdf
4
+     *
5
+     * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
+     * @copyright 2015 Ben Scholzen (DASPRiD)
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Bacon\Pdf\Utils;
11 11
 
Please login to merge, or discard this patch.
src/Encryption/Pdf14Encryption.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * BaconPdf
4
- *
5
- * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
- * @copyright 2015 Ben Scholzen (DASPRiD)
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * BaconPdf
4
+     *
5
+     * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
+     * @copyright 2015 Ben Scholzen (DASPRiD)
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Bacon\Pdf\Utils;
11 11
 
Please login to merge, or discard this patch.
src/Encryption/Pdf16Encryption.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * BaconPdf
4
- *
5
- * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
- * @copyright 2015 Ben Scholzen (DASPRiD)
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * BaconPdf
4
+     *
5
+     * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
+     * @copyright 2015 Ben Scholzen (DASPRiD)
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Bacon\Pdf\Utils;
11 11
 
Please login to merge, or discard this patch.
src/Encryption/Permissions.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * BaconPdf
4
- *
5
- * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
- * @copyright 2015 Ben Scholzen (DASPRiD)
7
- * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
- */
3
+     * BaconPdf
4
+     *
5
+     * @link      http://github.com/Bacon/BaconPdf For the canonical source repository
6
+     * @copyright 2015 Ben Scholzen (DASPRiD)
7
+     * @license   http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
8
+     */
9 9
 
10 10
 namespace Bacon\Pdf\Utils;
11 11
 
Please login to merge, or discard this patch.