improve docblocks
This commit is contained in:
@ -63,7 +63,7 @@ class Configuration
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
public function getSmsSenderNumber()
|
||||
public function getSmsSenderNumber(): ?string
|
||||
{
|
||||
/** @var string $number */
|
||||
$number = Registry::getConfig()->getConfigParam(self::SMS_SENDERNR);
|
||||
|
Reference in New Issue
Block a user