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
Can you please post var_dump results of both operands so that we can easily spot what values cause the error to happen. Theoretically one of operands might be something other than array.
This line causes a Fatal Error stating "Invalid Operand Types", which shows that the
+=
does not unify these arrays as intended in Versions > 7.https://github.com/kriswallsmith/assetic/blob/master/src/Assetic/Factory/Loader/CachedFormulaLoader.php#L62
The text was updated successfully, but these errors were encountered: