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.
2 parents 7b54706 + f250bad commit e2ce394Copy full SHA for e2ce394
lib/OpenCloud/ObjectStore/Resource/DataObject.php
@@ -265,7 +265,7 @@ public function getContentType()
265
}
266
267
/**
268
- * @param $contentType int
+ * @param $contentLength mixed
269
* @return $this
270
*/
271
public function setContentLength($contentLength)
@@ -276,7 +276,7 @@ public function setContentLength($contentLength)
276
277
278
279
- * @return int
+ * @return mixed
280
281
public function getContentLength()
282
{
0 commit comments