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 was archived by the owner on Dec 19, 2025. It is now read-only.
Replacements are applied using str_replace in Parser.php, but this converts null or boolean value to string values ("" and "1" respectively), which breaks API spec. I suggest using str_replace only for string fields, as these are also the only ones that might contain any replacement values at all.