Skip to content

Add rule to block use of isset with multiple arguments #142

@rmccue

Description

@rmccue

IMO, isset( $a, $b ) is unclear, and there's no good reason to use it instead of the more explicit isset( $a ) && isset( $b )

Anyone have strong thoughts either way on this?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions