Completed
Push — master ( 74632c...7aa2f5 )
by Russell
11s
created
code/SentryLogWriter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,10 +154,10 @@
 block discarded – undo
154 154
      */
155 155
     protected function _write($event)
156 156
     {
157
-        $message = $event['message']['errstr'];                             // From SS_Log::log()
157
+        $message = $event['message']['errstr']; // From SS_Log::log()
158 158
         // The complete compliment of these data come via the Raven_Client::xxx_context() methods
159 159
         $data = [
160
-            'timestamp' => strtotime($event['timestamp']),                  // From Zend_Log::log()
160
+            'timestamp' => strtotime($event['timestamp']), // From Zend_Log::log()
161 161
             'extra'     => isset($event['extra']) ? $event['extra'] : []    // From _config.php (Optional)
162 162
         ];
163 163
 
Please login to merge, or discard this patch.