Completed
Push — master ( 4b9267...e3ae77 )
by Elf
04:01
created
src/Exceptions/Handler.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
     /**
195 195
      * Create an API response.
196 196
      *
197
-     * @param  mixed  $message
197
+     * @param  string  $message
198 198
      * @param  int  $code
199 199
      * @param  \Exception  $e
200 200
      * @return \ElfSundae\Laravel\Api\ApiResponse
Please login to merge, or discard this patch.
src/SupportServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ElfSundae\Laravel\Support;
4 4
 
5
-use Illuminate\Support\Arr;
6 5
 use Illuminate\Support\Str;
7 6
 use Illuminate\Support\ServiceProvider;
8 7
 
Please login to merge, or discard this patch.