Completed
Push — master ( 72b995...b71f1c )
by Feras
09:46
created
src/Http/Controllers/HistoryController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
     /**
24 24
      * Show specific item by ID
25
-     * @param History $history
26 25
      * @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\View\View
27 26
      */
28 27
     public function show($id)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 
6 6
 use Iferas93\HistoriableModel\Models\History;
7
-use Illuminate\Http\Request;
8 7
 
9 8
 class HistoryController extends Controller
10 9
 {
Please login to merge, or discard this patch.