Add type hinting to methods parameters

This commit is contained in:
Molkobain
2020-10-22 15:28:26 +02:00
parent cfd9dba66e
commit e419060e8a
21 changed files with 147 additions and 92 deletions

View File

@@ -29,6 +29,11 @@ use utils;
*/
class EmailField extends StringField
{
/**
* @inheritDoc
* @throws \ConfigException
* @throws \CoreException
*/
public function GetDisplayValue()
{
$sLabel = Str::pure2html($this->currentValue);