mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 03:24:35 -04:00
fix for type
This commit is contained in:
parent
31dd8b2d77
commit
ceb8637310
@ -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…
x
Reference in New Issue
Block a user