Skip to content

Commit 56b3ad4

Browse files
committed
MC-41844: var type is updated as int
1 parent e56f6c2 commit 56b3ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AdobeStockImage/Model/Storage/Save.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ class Save
3232
private $driver;
3333

3434
/**
35-
* @var Number
35+
* @var Int
3636
*/
3737
private $maxFileLength;
3838

3939
/**
4040
* Storage constructor.
4141
* @param Filesystem $filesystem
4242
* @param Https $driver
43-
* @param Number $maxFileLength
43+
* @param Int $maxFileLength
4444
*/
4545
public function __construct(
4646
Filesystem $filesystem,

0 commit comments

Comments
 (0)