We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca351b6 commit b81a855Copy full SHA for b81a855
AdobeStockImage/Model/Storage/Save.php
@@ -40,13 +40,16 @@ class Save
40
*/
41
private $isPathExcluded;
42
43
+ /**
44
+ * @var Number
45
+ */
46
private $maxFileLength;
47
48
/**
49
* @param Filesystem $filesystem
50
* @param Https $driver
51
* @param IsPathExcludedInterface $isPathExcluded
- * @param $maxFileLength
52
+ * @param Number $maxFileLength
53
54
public function __construct(
55
Filesystem $filesystem,
0 commit comments