Completed
Pull Request — master (#1)
by Eric
15:12
created
src/Console/Commands/DeleteArticleCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Ergare17\Articles\Console\Commands;
4 4
 
5 5
 use Ergare17\Articles\Models\Article;
6
-use http\Exception;
7 6
 use Illuminate\Console\Command;
7
+use http\Exception;
8 8
 
9 9
 class DeleteArticleCommand extends Command
10 10
 {
Please login to merge, or discard this patch.
src/Console/Commands/ListArticlesCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Ergare17\Articles\Console\Commands;
4 4
 
5 5
 use Ergare17\Articles\Models\Article;
6
-use http\Exception;
7 6
 use Illuminate\Console\Command;
7
+use http\Exception;
8 8
 
9 9
 class ListArticlesCommand extends Command
10 10
 {
Please login to merge, or discard this patch.
src/Http/Controllers/ArticleController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,6 @@
 block discarded – undo
63 63
     /**
64 64
      * Display the specified resource.
65 65
      *
66
-     * @param  \App\Article  $article
67 66
      * @return \Illuminate\Http\Response
68 67
      */
69 68
     public function show1($id)
Please login to merge, or discard this patch.