The module requires some Drupal CS adjustments
░▒▓ ~/development/scr | develop ▓▒░ phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml web/modules/custom/insight_engine
FILE: /Users/rodrigoespinoza/development/scr/web/modules/custom/insight_engine/insight_engine.module
----------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
47 | ERROR | Missing parameter comment
----------------------------------------------------------------------------------------------------
FILE: /Users/rodrigoespinoza/development/scr/web/modules/custom/insight_engine/src/RegisterContentBatch.php
-----------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------
20 | ERROR | Unknown type hint "array" found for $context
40 | ERROR | Type hint "array" missing for $results
40 | ERROR | Type hint "array" missing for $operations
-----------------------------------------------------------------------------------------------------------
Time: 194ms; Memory: 8MB
Fixed
1.0
Code