Getting following error.
FILE: /app/modules/contrib/entity_redirect/entity_redirect.module
---------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
---------------------------------------------------------------------------
98 | ERROR | [x] Use null coalesce operator instead of ternary operator.
106 | ERROR | [x] Use null coalesce operator instead of ternary operator.
113 | ERROR | [x] Use null coalesce operator instead of ternary operator.
126 | ERROR | [x] Use null coalesce operator instead of ternary operator.
143 | ERROR | [x] Use null coalesce operator instead of ternary operator.
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------
Time: 219ms; Memory: 12MB
Run following command
phpcs --standard="Drupal,DrupalPractice" --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/entity_redirect/
Above error need to be fixed
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.