Completed
Push — master ( 4309d8...984609 )
by Kris
01:37
created
src/ApacheErrorLogParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,5 +49,5 @@
 block discarded – undo
49 49
         '%P' => '\[pid (?P<pid>\d+)\]',
50 50
         '%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})\]',
51 51
         '%M' => '(?P<message>.+?)',
52
-     ]; 
52
+        ]; 
53 53
 }
54 54
\ No newline at end of file
Please login to merge, or discard this patch.