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