jhedstrom / DrupalDriver

A collection of drivers for controlling Drupal.
GNU General Public License v2.0
64 stars 95 forks source link

Support Coder 8.3.14 #244

Closed pfrenssen closed 2 years ago

pfrenssen commented 2 years ago

The latest 8.3.14 release of Coder has introduced some stricter coding standards checks and now requires the use of the null coalescing operator as well as the short list syntax. These are both only compatible with PHP 7, while we still support PHP 5.6.

This PR excludes these new rules so we can still offer PHP 5.6 compatibility for the time being.