Completed
Push — master ( 22fdaf...0ad42b )
by wen
10:44 queued 10s
created
src/Traits/UploadStorageTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      *
75 75
      * @param \Illuminate\Http\UploadedFile $file
76 76
      *
77
-     * @return \Closure|mixed|null|string
77
+     * @return string
78 78
      */
79 79
     public function getUploadPath(UploadedFile $file)
80 80
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      *
108 108
      * @param \Illuminate\Http\UploadedFile $file
109 109
      *
110
-     * @return mixed|string
110
+     * @return string
111 111
      */
112 112
     public function getUploadFileName(UploadedFile $file)
113 113
     {
Please login to merge, or discard this patch.