-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
public function isActive(): bool
{
if (empty($this->parser->getData()['stare_inactiv']['statusInactivi'] ?? null) || !is_bool($this->parser->getData()['stare_inactiv']['statusInactivi'] ?? null)) {
return false;
}
return !$this->parser->getData()['stare_inactiv']['statusInactivi'] ?? false;
}
this method always returns false. For function empty() false is also empty value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels