- Issue created by @ThirstySix
- Status changed to Closed: won't fix
2 months ago 3:07am 28 January 2025 - 🇦🇺Australia acbramley
PHP 7.4 is EOL. Trailing commas are part of Drupal coding standards, you'll have many more issues than just this module.
Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in C:\wamp64\www\mbzirc\web\modules\contrib\rabbit_hole\src\Plugin\RabbitHoleBehaviorPlugin\PageRedirect.php on line 260
When updating to Rabbit Hole 1.x-dev an error is thrown when trying to run any Drush operation:
Steps to reproduce
Update Rabbit Hole to 1.x-dev with php 7.4.x
Try running ../vendor/bin/drush updb -y from the command line
PHP version: 7.4.x
Active
1.0
Code
PHP 7.4 is EOL. Trailing commas are part of Drupal coding standards, you'll have many more issues than just this module.