Denhac / denhac-webhooks

This repo holds some of our membership automation stuff. It listens to webhooks from the main wordpress site
7 stars 2 forks source link

[Slack][Equipment Authorization] Fix usage of empty on Collections #53

Closed chungl closed 5 months ago

chungl commented 5 months ago

This PR replaces erroneous usage of PHP's empty function on instances of Laravel's Collection class. It also migrates some nearby arrays to collections so that they can use consistent methods. It reorganizes some code and adds comments to clarify intent.

This issue was raised on an unrelated pull request.