Review of the 7.x-1.x branch (commit b6d0067):
- 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 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 15 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- Time: 664ms; Memory: 4Mb
- DrupalPractice has found some issues with your code, but could be false positives.
FILE: ...1101/web/vendor/drupal/pareviewsh/pareview_temp/block_proxies.module -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 19 | WARNING | Variable $block_unwanted_conn is undefined. -------------------------------------------------------------------------- Time: 273ms; 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.