- Issue created by @DamienMcKenna
First off - great module, thank you for putting it together, I truly appreciate it!
While reviewing the module I noted that it uses the str_starts_with() function. This was only added in PHP 8.0, it wasn't in PHP 7. Because the module works with Drupal 9 it is possible that someone might try to use this module on Drupal 9 with PHP 7, which would result in an error should they uninstall the module.
I suggest either noting that the module requires PHP 8, or change the code so that it's compatible with PHP 7.
Active
1.0
User interface