mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-16 19:56:38 +02:00
Update core/attributedef.class.inc.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
@@ -915,7 +915,7 @@ abstract class AttributeDefinition
|
||||
* @return string
|
||||
* @since 3.2.3-2 3.2.4 3.3.0 N°9759
|
||||
*/
|
||||
public function TrimValue(string $sValue)
|
||||
public function TrimValue(?string $sValue)
|
||||
{
|
||||
$iMaxSize = $this->GetMaxSize();
|
||||
$iLength = mb_strlen($sValue);
|
||||
|
||||
Reference in New Issue
Block a user