mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
N°5302 - Replace deprecated php strlen usages (#308)
This commit is contained in:
@@ -135,7 +135,7 @@ class InputWithLabel extends UIBlock
|
||||
*/
|
||||
public function HasDescription(): bool
|
||||
{
|
||||
return utils::StrLen($this->sDescription) > 0;
|
||||
return utils::IsNotNullOrEmptyString($this->sDescription);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user