- Issue created by @bonrita
- 🇵🇱Poland ad0z
It's related with core REST module itself, and cannot be changed here, additionally it does not seem to be issue. https://www.drupal.org/project/drupal/issues/2990879 →
The namespace `Drupal\rest_log_test\Plugin\rest\resource` in the Rest Log module triggers a warning because 'resource' is a soft reserved keyword in PHP 7.0 and later versions.
1. Run PHPCompatibility checks on a codebase using this module.
2. Observe the warning regarding the use of 'resource' in namespaces.
Consider renaming the namespace segment from `resource` to avoid potential issues with future PHP versions.
## Additional Information
This warning does not currently cause errors but may lead to compatibility issues in future PHP versions.
Active
2.3
Code
It's related with core REST module itself, and cannot be changed here, additionally it does not seem to be issue. https://www.drupal.org/project/drupal/issues/2990879 →