Completed
Push — develop ( cd2ebb...a137c5 )
by Neil
12:20
created
app/Http/Middleware/SetViewVariable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 namespace App\Http\Middleware;
3 3
 
4 4
 use Closure;
5
-use Illuminate\Contracts\Auth\Guard;
6 5
 use Dingo\Api\Http;
7 6
 use Dingo\Api\Routing\Helpers;
7
+use Illuminate\Contracts\Auth\Guard;
8 8
 use Illuminate\Http\Request;
9 9
 
10 10
 class SetViewVariable
Please login to merge, or discard this patch.
app/Settings.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
      * Forget a key and all children
195 195
      * This cannot forget variables set in config.php
196 196
      *
197
-     * @param $key string Explicit key to forget
197
+     * @param string $key string Explicit key to forget
198 198
      */
199 199
     public function forget($key)
200 200
     {
Please login to merge, or discard this patch.