Review of the 7.x-1.x branch (commit 8f535a1):
- Coder Sniffer has found some issues with your code (please check the Drupal coding standards).
FILE: ...1101/web/vendor/drupal/pareviewsh/pareview_temp/block_proxies.module -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 12 | ERROR | [x] There must be no blank lines after the function comment 18 | ERROR | [ ] Do not use t() in hook_menu() -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- Time: 606ms; Memory: 4Mb
- No automated test cases were found, did you consider writing Simpletests or PHPUnit tests? This is not a requirement but encouraged for professional software development.