Completed
Push — master ( 1ba24b...6a81f3 )
by recca
01:24
created
src/DebuggerManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@
 block discarded – undo
262 262
      *
263 263
      * @param string $content
264 264
      * @param string $method
265
-     * @param array $appendTo
265
+     * @param array $appendTags
266 266
      * @return string
267 267
      */
268 268
     protected function render($content, $method, $appendTags = ['body'])
Please login to merge, or discard this patch.
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\LaravelTracy;
4 4
 
5
+use ErrorException;
5 6
 use Exception;
7
+use Illuminate\Contracts\Routing\UrlGenerator;
8
+use Illuminate\Support\Arr;
6 9
 use Tracy\Bar;
7
-use Tracy\Helpers;
8
-use ErrorException;
9
-use Tracy\Debugger;
10 10
 use Tracy\BlueScreen;
11
-use Illuminate\Support\Arr;
12
-use Illuminate\Contracts\Routing\UrlGenerator;
11
+use Tracy\Debugger;
12
+use Tracy\Helpers;
13 13
 
14 14
 class DebuggerManager
15 15
 {
Please login to merge, or discard this patch.