Review of the 8.x-1.x branch (commit 572c128):
- The views_complex_grouping.module does not implement
hook_help()
. See https://www.drupal.org/docs/develop/documenting-your-project/module-docu... . - DrupalPractice has found some issues with your code, but could be false positives.
FILE: ...dor/drupal/pareviewsh/pareview_temp/views_complex_grouping.theme.inc -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 12 | WARNING | Unused variable $sdfs. -------------------------------------------------------------------------- Time: 468ms; 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.