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
*
* @throws ILSException
* @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)
{
......
......@@ -40,7 +40,7 @@ use VuFind\View\Helper\Root\Citation;
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.
*
* @var array
......
......@@ -74,7 +74,7 @@ trait ConcatTrait
*
* @param stdClass $item Element object
* @param string $path New path string
*
* @return void
*/
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