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 b81a855 commit 6638fa9Copy full SHA for 6638fa9
AdobeStockImage/Model/Storage/Save.php
@@ -41,15 +41,15 @@ class Save
41
private $isPathExcluded;
42
43
/**
44
- * @var Number
+ * @var Int
45
*/
46
private $maxFileLength;
47
48
49
* @param Filesystem $filesystem
50
* @param Https $driver
51
* @param IsPathExcludedInterface $isPathExcluded
52
- * @param Number $maxFileLength
+ * @param Int $maxFileLength
53
54
public function __construct(
55
Filesystem $filesystem,
0 commit comments