MindscapeHQ/raygun4php

Parse error in src/Raygun4php/RaygunClient.php

Closed this issue · 1 comments

There's a PHP parse error in src/Raygun4php/RaygunClient.php on line 295. There appears to be an extraneous parenthesis at the end of the line.

We're using this library in production via composer, so when changes are pushed that cause errors like this it's a big problem. If the master branch can't be reliably considered stable, then you should consider using tagged releases for packagist/composer.

Thanks,
Adam

Thanks for reporting and sorry you ran in to this, the latest v1.3.3 contains a fix that removes the spurious parenthesis. We're looking at reviewing our processes around PRs to ensure this doesn't happen again.

Regards,

Callum