"numeric' is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_CLASS)"
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3539247. --> Reported by: [binoli lalani](https://www.drupal.org/user/3717129) Related to !816 !809 >>> <pre>FILE: docroot/modules/contrib/ai/modules/ai_automators/src/PluginBaseClasses/Numeric.php<br>--------------------------------------------------------------------------------------------------------<br>FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE<br>--------------------------------------------------------------------------------------------------------<br> 11 | WARNING | 'numeric' is a soft reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as<br>&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | part of a namespace (T_CLASS)<br>---------------------------------------------------------------------------------------------------------</pre>
issue