-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
From #1004 (comment):
The local
$rulesCountis probably unnecessary here, sincecountis atomic (!== []might be possible if the type of$rulescan be guaranteed to be an array), andend()could be used to access the last element. But that's beyond the scope of this PR.