Completed
Push — master ( 1d0dd2...24731f )
by Stewart
02:03
created
code/SentryLogger.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      * 
38 38
      * @param array $event
39 39
      * @return void
40
-    */
40
+     */
41 41
     public function _write($event) {
42 42
         $data['level'] = $this->logLevels[$event['priorityName']];
43 43
         $data['timestamp'] = strtotime($event['timestamp']);
Please login to merge, or discard this patch.