Many files from module shows the error "Use null coalesce operator instead of ternary operator" when verifying code standards with PHPCS.
Run the following command at module folder:
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,md,yml *
Change the code to use coalesce operator.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.