Completed
Push — master ( 0ba88a...6928ec )
by Lorenzo
02:23
created
src/Uploadable.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * Determine if the model or given attribute(s) have been modified.
27 27
      * Implemented in \Illuminate\Database\Eloquent\Model
28 28
      *
29
-     * @param array|string|null $attributes = null
29
+     * @param string $attributes = null
30 30
      *
31 31
      * @return bool
32 32
      */
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,10 +6,7 @@
 block discarded – undo
6 6
 use Illuminate\Database\Eloquent\Model;
7 7
 use Illuminate\Http\UploadedFile;
8 8
 use Illuminate\Support\Facades\Log;
9
-use Illuminate\Support\Facades\Storage;
10
-use Illuminate\Support\Facades\URL;
11 9
 use Padosoft\Io\DirHelper;
12
-use Padosoft\Io\FileHelper;
13 10
 use Padosoft\Laravel\Request\RequestHelper;
14 11
 use Padosoft\Laravel\Request\UploadedFileHelper;
15 12
 use Padosoft\Uploadable\Events\UploadDeleteExecuted;
Please login to merge, or discard this patch.