mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Add type hinting to methods parameters
This commit is contained in:
@@ -29,6 +29,11 @@ use utils;
|
||||
*/
|
||||
class EmailField extends StringField
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @throws \ConfigException
|
||||
* @throws \CoreException
|
||||
*/
|
||||
public function GetDisplayValue()
|
||||
{
|
||||
$sLabel = Str::pure2html($this->currentValue);
|
||||
|
||||
Reference in New Issue
Block a user