Satisfy the PHP syntax check in GitHub Actions
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 22 Sep 2021 07:57:33 +0000 (09:57 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 22 Sep 2021 07:57:33 +0000 (09:57 +0200)
commitd399e520a1db93a94765ab017f0ef7b027e27bae
tree3c758ceefa55d2110a90d519177db42deb4cf521
parenta178c052b8ecc5b1306607955702d6acf2ac254e
Satisfy the PHP syntax check in GitHub Actions

The PHP 7.3 polyfill fails for PHP 7.3, because of a duplicate class
declaration. This file is not actually loaded in new PHP versions, thus we can
ignore it.
.github/workflows/php.yml