Completed
Branch master (5cf9d3)
by Markus
03:43
created
lib/Fhp/Segment/HNVSK.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,11 +27,11 @@
 block discarded – undo
27 27
     const SECURITY_SUPPLIER_ROLE_WIT = 4;
28 28
 
29 29
     const COMPRESSION_NONE = 0;
30
-    const COMPRESSION_LZW =  1;
31
-    const COMPRESSION_COM =  2;
30
+    const COMPRESSION_LZW = 1;
31
+    const COMPRESSION_COM = 2;
32 32
     const COMPRESSION_LZSS = 3;
33 33
     const COMPRESSION_LZHUFF = 4;
34
-    const COMPRESSION_ZIP =  5;
34
+    const COMPRESSION_ZIP = 5;
35 35
     const COMPRESSION_GZIP = 6;
36 36
     const COMPRESSION_BZIP2 = 7;
37 37
     const COMPRESSION_NEGOTIATE = 999;
Please login to merge, or discard this patch.
lib/Fhp/Segment/HKSYN.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     const SYNC_MODE_NEW_CUSTOMER_ID = 0; // Neue Kundensystem-ID zurückmelden
20 20
     const SYNC_MODE_LAST_MSG_NUMBER = 1; // Letzte verarbeitete Nachrichtennummer zurückmelden
21
-    const SYNC_MODE_SIGNATURE_ID = 2;    // Signatur-ID zurückmelden
21
+    const SYNC_MODE_SIGNATURE_ID = 2; // Signatur-ID zurückmelden
22 22
 
23 23
     /**
24 24
      * HKSYN constructor.
Please login to merge, or discard this patch.
lib/Fhp/Segment/HNSHK.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -65,16 +65,16 @@
 block discarded – undo
65 65
             $segmentNumber,
66 66
             static::VERSION,
67 67
             array(
68
-                new SecurityProfile(SecurityProfile::PROFILE_PIN, $pinTanVersion),      #2
69
-                $securityFunction,                                                                          #3
70
-                $securityReference,                                                                         #4
71
-                $securityBoundary,                                                                          #5
72
-                $securitySupplierRole,                                                                      #6
73
-                new SecurityIdentificationDetails(SecurityIdentificationDetails::CID_NONE, $systemId),      #7
74
-                1,                                                                                          #8
75
-                new SecurityDateTime(),                                                                     #9
76
-                new HashAlgorithm(),                                                                        #10
77
-                new SignatureAlgorithm(),                                                                   #11
68
+                new SecurityProfile(SecurityProfile::PROFILE_PIN, $pinTanVersion), #2
69
+                $securityFunction, #3
70
+                $securityReference, #4
71
+                $securityBoundary, #5
72
+                $securitySupplierRole, #6
73
+                new SecurityIdentificationDetails(SecurityIdentificationDetails::CID_NONE, $systemId), #7
74
+                1, #8
75
+                new SecurityDateTime(), #9
76
+                new HashAlgorithm(), #10
77
+                new SignatureAlgorithm(), #11
78 78
                 new KeyName($countryCode, $bankCode, $userName, KeyName::KEY_TYPE_SIGNATURE)                #12
79 79
             )
80 80
         );
Please login to merge, or discard this patch.