diff --git a/module/VuDL/src/VuDL/Connection/Fedora.php b/module/VuDL/src/VuDL/Connection/Fedora.php index bdfa5a86dcf09eaa02521d3806b50919728ca97e..19dbd0be4c6dbddea76ae6df0f1c5b87f659d7ea 100644 --- a/module/VuDL/src/VuDL/Connection/Fedora.php +++ b/module/VuDL/src/VuDL/Connection/Fedora.php @@ -81,8 +81,8 @@ class Fedora extends AbstractBase /** * Returns file contents of the structmap, our most common call * - * @param string $id Record id - * @param bool $xml Return data as SimpleXMLElement? + * @param string $id Record id + * @param bool $xml Return data as SimpleXMLElement? * * @return string|\SimpleXMLElement */ @@ -105,9 +105,9 @@ class Fedora extends AbstractBase /** * Return the content of a datastream. * - * @param string $id Record id - * @param string $stream Name of stream to retrieve - * @param bool $justStream Do not append /content and return from url as is + * @param string $id Record id + * @param string $stream Name of stream to retrieve + * @param bool $justStream Do not append /content and return from url as is * * @return string */ @@ -139,8 +139,8 @@ class Fedora extends AbstractBase /** * Get details for the sidebar on a record. * - * @param string $id ID to retrieve - * @param bool $format Send result through formatDetails? + * @param string $id ID to retrieve + * @param bool $format Send result through formatDetails? * * @return string */