Automatically closed - issue fixed for 2 weeks with no activity.
Run the code through phpcs with drupal and drupal practice standards.
will get follow errors:
1. Whitespace found at the end of the line.
2. t() calls should be avoided in classes use $this->t() instead.
3. Expected 1 space before "?"; 0 found.
4. TRUE, FALSE, and NULL must be uppercase; found "false".
5. A comma should follow the last multiline array item, fount: true
6. \Drupal calls should be avoided in classes, use dependency injection instead.
7. The closing brace for the class must have an empty line before it.
8. Whitespace found at end of the line.
9. Line exceeds 80 characters.
10. Concat operator must be surrounded by a single space.
11. Functions must not contain multiple empty lines in a row.
12. Doc comment short description must end with a full stop.
13. Remove "version" from the info file, it will be added by drupal.org packaging automatically.
Run the code through phpcbf with drupal and drupal practice standards.
Fixed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.