Completed
Pull Request — master (#500)
by
unknown
01:44
created
src/Tools/ResponseStrategies/ResponseCallStrategy.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,6 @@
 block discarded – undo
86 86
 
87 87
 
88 88
     /**
89
-     * @param array $config
90 89
      *
91 90
      * @return void
92 91
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Mpociot\ApiDoc\Tools\ResponseStrategies;
4 4
 
5 5
 use Dingo\Api\Dispatcher;
6
-use Illuminate\Support\Str;
7 6
 use Illuminate\Http\Request;
8 7
 use Illuminate\Http\Response;
9 8
 use Illuminate\Routing\Route;
Please login to merge, or discard this patch.