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