Zebra North
Zebra North
Pull request #154
Until such time as this can be merged, I've added a workaround here: https://packagist.org/packages/zebra-north/phpcs-short-types It's not a proper fix, it would be great if this PR could be merged.
This seems to be caused by the "Watch" window. **Workaround:** Delete all the expressions from the watch window. It looks like a race condition: The plugin requests the active stack...
Hiya, I realised that the regex wasn't really sufficient to properly check the IP, and then I got distracted. I'll finish it off and make a PR
Hi, here are the changes I have made and the rationale behind them: - Change the order in which IP addresses are returned. This is the primary reason for the...
> I would prefer to have the IP functions encapsulated in a class so it can be autoloaded instead of having to require it manually. Simplest way is to keep...
Hi, I have moved the IP functions into a class. I've also moved the functionality of `clientIP()` into that class as it fits better there. I have also modified the...
Hey @splitbrain would you like me to do some other little fixes? These would just be very small things like some unit test problems, but I know you have a...