Skip to content

Commit e56f6c2

Browse files
committed
MC-41844: arg type is updated
1 parent af34f82 commit e56f6c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AdobeStockImage/Model/Storage/Save.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ class Save
3131
*/
3232
private $driver;
3333

34+
/**
35+
* @var Number
36+
*/
3437
private $maxFileLength;
3538

3639
/**
3740
* Storage constructor.
3841
* @param Filesystem $filesystem
3942
* @param Https $driver
40-
* @param $maxFileLength
43+
* @param Number $maxFileLength
4144
*/
4245
public function __construct(
4346
Filesystem $filesystem,

0 commit comments

Comments
 (0)