The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 74adbd5e authored by Demian Katz's avatar Demian Katz
Browse files

More comment cleanup.

parent a5f6274c
Branches
Tags
No related merge requests found
...@@ -525,13 +525,6 @@ class ClaviusSQL extends AbstractBase ...@@ -525,13 +525,6 @@ class ClaviusSQL extends AbstractBase
* *
* @throws ILSException * @throws ILSException
* @return array Array of the patron's profile data on success. * @return array Array of the patron's profile data on success.
firstname
lastname
address1
address2
zip
phone
group - i.e. Student, Staff, Faculty, etc.
*/ */
public function getMyProfile($patron) public function getMyProfile($patron)
{ {
......
...@@ -40,7 +40,7 @@ use VuFind\View\Helper\Root\Citation; ...@@ -40,7 +40,7 @@ use VuFind\View\Helper\Root\Citation;
class CitationTest extends \VuFindTest\Unit\ViewHelperTestCase class CitationTest extends \VuFindTest\Unit\ViewHelperTestCase
{ {
/** /**
* Sample citations -- each element of this array contains three elements -- * Sample citations -- each element of this array contains three elements --
* the raw input data and the expected apa/mla output citations. * the raw input data and the expected apa/mla output citations.
* *
* @var array * @var array
......
...@@ -74,7 +74,7 @@ trait ConcatTrait ...@@ -74,7 +74,7 @@ trait ConcatTrait
* *
* @param stdClass $item Element object * @param stdClass $item Element object
* @param string $path New path string * @param string $path New path string
*
* @return void * @return void
*/ */
abstract protected function setResourceFilePath($item, $path); abstract protected function setResourceFilePath($item, $path);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment