Files
Bubberstation/tools/WebhookProcessor/github_webhook_processor.php
SkyratBot 528e327dd1 [MIRROR] Replaces deprecated access syntax in github_webhook_processor.php (#2189)
* Replace deprecated PHP syntax in webhook processor (#55546)

Line 17 of the Run Linters job of the CI Suite workflow:

> PHP Fatal error: Array and string offset access syntax with curly braces is
> no longer supported in ./tools/WebhookProcessor/github_webhook_processor.php
> on line 972

Something, something the PHP version updated to 7.x and dropped curly brackets support.

* Replaces deprecated access syntax in github_webhook_processor.php

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2020-12-16 07:17:20 +01:00

34 KiB