Skip to content

Commit b81a855

Browse files
committed
MC-41843: arg type is updated
1 parent ca351b6 commit b81a855

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
@@ -40,13 +40,16 @@ class Save
4040
*/
4141
private $isPathExcluded;
4242

43+
/**
44+
* @var Number
45+
*/
4346
private $maxFileLength;
4447

4548
/**
4649
* @param Filesystem $filesystem
4750
* @param Https $driver
4851
* @param IsPathExcludedInterface $isPathExcluded
49-
* @param $maxFileLength
52+
* @param Number $maxFileLength
5053
*/
5154
public function __construct(
5255
Filesystem $filesystem,

0 commit comments

Comments
 (0)