You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
Hey there,
when looking at voku/htmlmin options, it's clear that doMakeSameDomainsLinksRelative is the only option receiving an array (not a boolean like the others). Therefore, it's logical that passing true / false inside config.php throws a TypeError:
I'd suggest passing every option 'as-is', or at least check for $option == 'doMakeSameDomainsLinksRelative' 😕
Cheers,
S1SYPHOS
The text was updated successfully, but these errors were encountered:
Hey there,
when looking at
voku/htmlmin
options, it's clear thatdoMakeSameDomainsLinksRelative
is the only option receiving an array (not a boolean like the others). Therefore, it's logical that passingtrue
/false
insideconfig.php
throws aTypeError
:I'd suggest passing every option 'as-is', or at least check for
$option == 'doMakeSameDomainsLinksRelative'
😕Cheers,
S1SYPHOS
The text was updated successfully, but these errors were encountered: