PHPCS reports the following deprecation error in sentence-case.inc:
13 | ERROR | preg_replace() - /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
Sentence Case modifier probably doesn't work in PHP 7.0 and greater.
Use preg_replace_callback
with an anonymous function, which is supported in PHP 5.3 and above.
Closed: outdated
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.