Completed
Branch master (73f2e8)
by Yaro
01:41
created
src/LogEnvelope.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@
 block discarded – undo
120 120
         return $data;
121 121
     } // end getExceptionData
122 122
 
123
+    /**
124
+     * @param SplFileObject $file
125
+     */
123 126
     private function getLineInfo($file, $line, $i)
124 127
     {
125 128
         $currentLine = $line + $i;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use SplFileObject;
7 7
 use Illuminate\Support\Facades\Log;
8
-use Illuminate\Support\Facades\Mail;
9 8
 use Illuminate\Support\Facades\Request;
10 9
 use Illuminate\Support\Facades\Session;
11 10
 use Yaro\LogEnvelope\Drivers\DriverFactory;
Please login to merge, or discard this patch.