Completed
Push — master ( 3b1f1a...f15f2a )
by Igor
02:55
created
src/behaviors/FileBehavior.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -107,8 +107,6 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * Delete current files
109 109
      *
110
-     * @param Storage $storage
111
-     * @param rkit\filemanager\models\File[] $exceptFiles
112 110
      */
113 111
     private function deleteFiles($attribute, $files)
114 112
     {
@@ -207,7 +205,6 @@  discard block
 block discarded – undo
207 205
      * Get the path of the file
208 206
      *
209 207
      * @param mixed $file
210
-     * @param mixed $oldValue
211 208
      * @return string
212 209
      */
213 210
     private function saveFilePathInAttribute($attribute, $file, $defaultValue)
@@ -227,7 +224,6 @@  discard block
 block discarded – undo
227 224
      * Get the path of the file
228 225
      *
229 226
      * @param mixed $file
230
-     * @param mixed $oldValue
231 227
      * @return string
232 228
      */
233 229
     private function saveFileIdInAttribute($attribute, $file, $defaultValue)
Please login to merge, or discard this patch.
src/models/File.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@  discard block
 block discarded – undo
100 100
     /**
101 101
      * Fill meta info
102 102
      *
103
-     * @param string $path File path
104 103
      * @return void
105 104
      * @SuppressWarnings(PHPMD.ElseExpression)
106 105
      */
@@ -145,6 +144,8 @@  discard block
 block discarded – undo
145 144
     /**
146 145
      * Generate a name
147 146
      *
147
+     * @param string $path
148
+     * @param string $mimeType
148 149
      * @return string
149 150
      */
150 151
     private function generateName($path, $mimeType)
Please login to merge, or discard this patch.