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