Skip to content

Commit baeaf15

Browse files
Fix method in documentation of Object->getContent
Under the ‘get content of file’ header the code block should be $object->getContent();
1 parent 5122339 commit baeaf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/services/object-store/objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Get content of file
259259
.. code-block:: php
260260
261261
/** @param $content Guzzle\Http\EntityBody */
262-
$content = $object->getContainer();
262+
$content = $object->getContent();
263263
264264
265265
Get type of file

0 commit comments

Comments
 (0)