Completed
Push — master ( 6ca0b9...3f21a8 )
by Kris
01:28
created
src/ApacheErrorLogParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,5 +54,5 @@
 block discarded – undo
54 54
         '%t' => '\[(?P<time>(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) \d{2} \d{2}:\d{2}:\d{2}(\.\d{6}|) \d{4})\]',
55 55
         
56 56
         '%M' => '(?P<message>.+?)',
57
-     ]; 
57
+        ]; 
58 58
 }
59 59
\ No newline at end of file
Please login to merge, or discard this patch.