From aeaaacb4d3ee3909327580de2e2363494e4e2d67 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 15 Oct 2014 10:11:43 -0400 Subject: [PATCH] We'll get this right eventually. --- module/VuDL/src/VuDL/Connection/Fedora.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module/VuDL/src/VuDL/Connection/Fedora.php b/module/VuDL/src/VuDL/Connection/Fedora.php index bdfa5a86dcf..19dbd0be4c6 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 */ -- GitLab