- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Is this actually a problem? The conclusion in #2990879: 'resource' 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 → was that this is a false positive from PHP compatibility checker.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Reserved words are allowed, in a namespace, with the exception of namespace. It means that a namespace like
Drupal\migrate_plus\Plugin\rest\resource
is allowed.