Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.4] Removes redundant isset (#17880)
Removes an redundant isset call. ! empty($foo[1]) is the same thing as isset($foo[1]) && $foo[1].
- Loading branch information