The entity_term.module does not implement hook_help(). See https://www.drupal.org/docs/develop/documenting-your-project/module-docu... .
Coder Sniffer has found some issues with your code (please check the Drupal coding standards). See attachment.
DrupalPractice has found some issues with your code, but could be false positives.
FILE: ...01/web/vendor/drupal/pareviewsh/pareview_temp/src/Form/AdminForm.php
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------
314 | WARNING | \Drupal calls should be avoided in classes, use
| | dependency injection instead
349 | WARNING | Unused variable $id.
--------------------------------------------------------------------------
FILE: ...te1101/web/vendor/drupal/pareviewsh/pareview_temp/entity_term.module
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------
113 | WARNING | There must be no blank line following an inline comment
187 | WARNING | There must be no blank line following an inline comment
--------------------------------------------------------------------------
Time: 860ms; Memory: 4Mb
No automated test cases were found, did you consider writing PHPUnit tests? This is not a requirement but encouraged for professional software development.
This automated report was generated with PAReview.sh, your friendly project application review script.
FILE: .../pareviewsh/pareview_temp/src/EventSubscriber/TermViewSubscriber.php
--------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------
40 | ERROR | [ ] Parameter $config_factory is not described in comment
43 | ERROR | [ ] Doc comment for parameter $config_factory; does not
| | match actual variable name $entity_type_manager
136 | ERROR | [x] Expected 1 blank line after function; 0 found
137 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------
FILE: ...01/web/vendor/drupal/pareviewsh/pareview_temp/src/Form/AdminForm.php
--------------------------------------------------------------------------
FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 8 LINES
--------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one
| | blank line
2 | ERROR | [x] Namespaced classes, interfaces and traits should not
| | begin with a file doc comment
10 | WARNING | [x] Unused use statement
14 | WARNING | [x] Unused use statement
25 | ERROR | [ ] Missing short description in doc comment
74 | ERROR | [ ] Public method name "AdminForm::getFormID" is not in
| | lowerCamel format
213 | ERROR | [ ] If the line declaring an array spans longer than 80
| | characters, each element should be broken into its
| | own line
300 | ERROR | [ ] If the line declaring an array spans longer than 80
| | characters, each element should be broken into its
| | own line
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------
FILE: ...te1101/web/vendor/drupal/pareviewsh/pareview_temp/entity_term.module
--------------------------------------------------------------------------
FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 5 LINES
--------------------------------------------------------------------------
9 | WARNING | [x] Unused use statement
48 | ERROR | [x] Whitespace found at end of line
49 | ERROR | [x] Expected 1 space after closing parenthesis; found 3
113 | WARNING | [x] There must be no blank line following an inline
| | comment
187 | WARNING | [x] There must be no blank line following an inline
| | comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------
Time: 1.43 secs; Memory: 6Mb
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3108244-2.patch | 6.23 KB | andreyjan |
Comments
Comment #2
andreyjan commentedCoding standards clean up patch.
Comment #3
avpadernoComment #5
cameron prince commentedCommitted... Thank you.