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

Cleaned up equipment authorization code a little #58

Open Jnesselr opened 5 months ago

Jnesselr commented 5 months ago

I started with wanting to make a custom exception class and remove the return 'ok' magic string, but PhpStorm pointed out a few other issues such as with type hinting or unused variables/imports that were much harder to see in the original PR.