Completed
Push — master ( 4c7c03...701d94 )
by Mahmoud
03:31
created
app/Containers/Debugger/Objects/Output.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,7 @@  discard block
 block discarded – undo
56 56
     }
57 57
 
58 58
     /**
59
+     * @param string $text
59 60
      * @return  string
60 61
      */
61 62
     protected function set($text)
@@ -82,7 +83,7 @@  discard block
 block discarded – undo
82 83
     /**
83 84
      * Add header
84 85
      *
85
-     * @param $name
86
+     * @param string $name
86 87
      */
87 88
     public function header($name)
88 89
     {
Please login to merge, or discard this patch.
app/Containers/Debugger/Objects/RequestsLogger.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App;
6 6
 use Config;
7
-use DB;
8
-use Log;
9 7
 use Monolog\Formatter\LineFormatter;
10 8
 use Monolog\Handler\StreamHandler;
11 9
 use Monolog\Logger;
Please login to merge, or discard this patch.