Completed
Push — master ( ec3aa9...7976db )
by Kris
02:07
created
src/ApacheErrorLogParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,5 +45,5 @@
 block discarded – undo
45 45
         '%P' => '?(\[pid (?P<pid>\d+)\])',
46 46
         '%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})\]',
47 47
         '%M' => '(?P<message>.+?)',
48
-     ]; 
48
+        ]; 
49 49
 }
50 50
\ No newline at end of file
Please login to merge, or discard this patch.