Skip to content

Commit 6638fa9

Browse files
committed
MC-41843: var type is updated as int
1 parent b81a855 commit 6638fa9

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
@@ -41,15 +41,15 @@ class Save
4141
private $isPathExcluded;
4242

4343
/**
44-
* @var Number
44+
* @var Int
4545
*/
4646
private $maxFileLength;
4747

4848
/**
4949
* @param Filesystem $filesystem
5050
* @param Https $driver
5151
* @param IsPathExcludedInterface $isPathExcluded
52-
* @param Number $maxFileLength
52+
* @param Int $maxFileLength
5353
*/
5454
public function __construct(
5555
Filesystem $filesystem,

0 commit comments

Comments
 (0)