Skip to content

Remove all instances of weak comparison from PHP files #338

@murgatroid99

Description

@murgatroid99

The PHP == and != operators do insane type conversions to check equality. The should be replaced with === and !==.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions