We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cadb0 commit 10fd43eCopy full SHA for 10fd43e
lib/Service/Certificate/RulesService.php
@@ -50,6 +50,9 @@ public function __construct(
50
public function getRule(string $fieldName): array {
51
if(!isset($this->rules[$fieldName]['helperText'])){
52
$this->rules[$fieldName]['helperText'] = $this->getHelperText($fieldName);
53
+ if (empty($this->rules[$fieldName]['helperText'])) {
54
+ unset($this->rules[$fieldName]['helperText']);
55
+ }
56
}
57
return $this->rules[$fieldName];
58
0 commit comments