Completed
Push — master ( ac3296...e884cb )
by Alex
01:39
created
src/UploadBehavior.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
      * #my*  unsaf<e>&file:name?".png
244 244
      *
245 245
      * @param string $filename the source filename to be "sanitized"
246
-     * @return boolean string the sanitized filename
246
+     * @return string string the sanitized filename
247 247
      */
248 248
     public static function sanitize($filename)
249 249
     {
@@ -317,6 +317,7 @@  discard block
 block discarded – undo
317 317
 
318 318
     /**
319 319
      * Replaces all placeholders in path variable with corresponding values.
320
+     * @param callable|null $path
320 321
      */
321 322
     protected function resolvePath($path)
322 323
     {
@@ -453,7 +454,6 @@  discard block
 block discarded – undo
453 454
      * Set attribute by filename or file content with auto set file extension and validation by mime type
454 455
      *
455 456
      * @param string $attribute
456
-     * @param string $url
457 457
      * @param string $fileContent
458 458
      * @throws InvalidConfigException
459 459
      * @throws \yii\base\Exception
Please login to merge, or discard this patch.
src/UploadImageBehavior.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @param $profile
160
+     * @param string $profile
161 161
      * @return string
162 162
      */
163 163
     protected function getPlaceholderUrl($profile)
@@ -176,8 +176,8 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @param $attribute
180
-     * @param $profile
179
+     * @param string $attribute
180
+     * @param string $profile
181 181
      * @param BaseActiveRecord $model
182 182
      * @return bool|string
183 183
      */
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
     /**
265 265
      * @param $config
266 266
      * @param $path
267
-     * @param $thumbPath
267
+     * @param string|boolean $thumbPath
268 268
      */
269 269
     protected function generateImageThumb($config, $path, $thumbPath)
270 270
     {
Please login to merge, or discard this patch.