Skip to content

Consistency and stricter types

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 26 Nov 13:13

Consistency has been improved with other PHP.Gt repositories, specifically the use of "contains" over "has" to match other DOM APIs.

Type checking has been made safer with the use of the null coalescing operator rather than emitting warnings or throwing errors.