Marcus Olsson
Marcus Olsson
Having some major issues with autocomplete-php enabled, where I don't get already used member variables as a suggestion. However, with autocomplete-php disabled it works as it should. Example: ![screen shot...
While having the option for asynchronous reporting via the rollbar-agent is great, it would be awesome to have the option to setup the package to use scheduled/queued reporting. Seeing as...
This is a great little package that I've been using on a few smaller projects. However – it would be even better with the ability to require the package directly...
Fixes a PHP deprecation warning on PHP >= 8.1: `http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated`. Just set the parameter to `""` instead of `null`.