fix for type
This commit is contained in:
parent
31dd8b2d77
commit
ceb8637310
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ trait PdfMakerUtilities
|
|||
return $processed;
|
||||
}
|
||||
|
||||
public function updateElementProperty($element, string $attribute, string $value)
|
||||
public function updateElementProperty($element, string $attribute, ?string $value)
|
||||
{
|
||||
// We have exception for "hidden" property.
|
||||
// hidden="true" or hidden="false" will both hide the element,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue