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 af34f82 commit e56f6c2Copy full SHA for e56f6c2
AdobeStockImage/Model/Storage/Save.php
@@ -31,13 +31,16 @@ class Save
31
*/
32
private $driver;
33
34
+ /**
35
+ * @var Number
36
+ */
37
private $maxFileLength;
38
39
/**
40
* Storage constructor.
41
* @param Filesystem $filesystem
42
* @param Https $driver
- * @param $maxFileLength
43
+ * @param Number $maxFileLength
44
45
public function __construct(
46
Filesystem $filesystem,
0 commit comments