fix for type

This commit is contained in:
David Bomba 2021-01-07 17:24:02 +11:00
parent 31dd8b2d77
commit ceb8637310

View File

@ -88,7 +88,7 @@ trait PdfMakerUtilities
return $processed; return $processed;
} }
public function updateElementProperty($element, string $attribute, string $value) public function updateElementProperty($element, string $attribute, ?string $value)
{ {
// We have exception for "hidden" property. // We have exception for "hidden" property.
// hidden="true" or hidden="false" will both hide the element, // hidden="true" or hidden="false" will both hide the element,