change method call (#6)
This commit is contained in:
parent
a8daa45468
commit
68a2d71e3b
@ -61,7 +61,7 @@ class CellHelper
|
|||||||
*/
|
*/
|
||||||
public static function isNonEmptyString($value)
|
public static function isNonEmptyString($value)
|
||||||
{
|
{
|
||||||
return (gettype($value) === 'string' && $value !== '' && !$this->isNumeric($value));
|
return (gettype($value) === 'string' && $value !== '' && !self::isNumeric($value));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user