Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

2.0.0: feat: ensure passed tags are strings

Choose a tag to compare

@joshtronic joshtronic released this 05 Jan 04:03
· 6 commits to master since this release
Newer versions of PHP raise a warning if you attempt to use array syntax
against non-strings / non-arrays. Added sanity check to ensure we're
working with a string, otherwise skip it.

Also added in PHP 8.1 to the testing suite and bumped the copyright.

Bumped version to 2.0 since as the change in expected output is a
breaking change.