Passed
Push — master ( e141b7...ea2931 )
by smiley
02:06
created
src/Archive/LTEXReader.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
 	 * @internal
40 40
 	 */
41 41
 	protected $FORMAT_HEADER = 'a4Signature/LVersion/LLanguage/LLCID/QTagNameStringLength/QTagNameStringPtr'.
42
-	                           '/QShortNameStringLength/QShortNameStringPtr/QLongNameStringLength/QLongNameStringPtr'.
43
-	                           '/QEntryCount/QEntryIndexPtr/QNameStoreLength/QNameStorePtr';
42
+							   '/QShortNameStringLength/QShortNameStringPtr/QLongNameStringLength/QLongNameStringPtr'.
43
+							   '/QEntryCount/QEntryIndexPtr/QNameStoreLength/QNameStorePtr';
44 44
 
45 45
 	/**
46 46
 	 * @var string
Please login to merge, or discard this patch.
src/Archive/DTBLReader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 	 * @internal
28 28
 	 */
29 29
 	protected $FORMAT_HEADER = 'a4Signature/LVersion/QTableNameLength/x8/QRecordSize/QFieldCount/QDescriptionOffset'.
30
-	                           '/QRecordCount/QFullRecordSize/QEntryOffset/QNextId/QIDLookupOffset/x8';
30
+							   '/QRecordCount/QFullRecordSize/QEntryOffset/QNextId/QIDLookupOffset/x8';
31 31
 
32 32
 	/**
33 33
 	 * @var bool
Please login to merge, or discard this patch.