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

php-cs-fixer

parent 8259372a
Branches
Tags
No related merge requests found
...@@ -167,7 +167,7 @@ class Mailer implements \VuFind\I18n\Translator\TranslatorAwareInterface ...@@ -167,7 +167,7 @@ class Mailer implements \VuFind\I18n\Translator\TranslatorAwareInterface
/** /**
* Get the default subject line for sendLink(). * Get the default subject line for sendLink().
* *
* @return string * @return string
*/ */
public function getDefaultLinkSubject() public function getDefaultLinkSubject()
...@@ -206,9 +206,9 @@ class Mailer implements \VuFind\I18n\Translator\TranslatorAwareInterface ...@@ -206,9 +206,9 @@ class Mailer implements \VuFind\I18n\Translator\TranslatorAwareInterface
/** /**
* Get the default subject line for sendRecord() * Get the default subject line for sendRecord()
* *
* @param \VuFind\RecordDriver\AbstractBase $record Record being emailed * @param \VuFind\RecordDriver\AbstractBase $record Record being emailed
* *
* @return string * @return string
*/ */
public function getDefaultRecordSubject($record) public function getDefaultRecordSubject($record)
......
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