- Issue created by @indrapatil
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:30pm 5 July 2023 - Status changed to Needs work
over 1 year ago 6:39am 20 July 2023 - 🇵🇭Philippines paraderojether
Hi I reviewed MR!1, and there are still remaining issues reported by phpcs after applying the MR shown below:
FILE: /Users/studenttrainees/Drupal/drupalorg-issues-site/docroot/modules/contrib/document_ocr_mindee/src/Mindee.php -------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------------------------------------------------- 58 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead 98 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead -------------------------------------------------------------------------------------------------------------------- FILE: /Users/studenttrainees/Drupal/drupalorg-issues-site/docroot/modules/contrib/document_ocr_mindee/src/Plugin/document_ocr/processor/Mindee.php --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31 | ERROR | [x] Expected "\Drupal\document_ocr_mindee\MindeeasMindeeService" but found "\Drupal\document_ocr_mindee\Mindee as MindeeService" for @var tag in member variable comment --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Time: 186ms; Memory: 10MB
Please check.
Thank you. - Assigned to imustakim
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 9:29am 8 August 2023 - Assigned to realsp
- 🇮🇳India realsp
Found the following phpcs issue in the MR #5
FILE: /home/contribution/drupal/web/modules/contrib/document_ocr_mindee/src/Mindee.php ---------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------------------------------------------------------------------------------- 8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\document_ocr_mindee\Repository\ApisRepository. ---------------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------------------------------------------------------------------
- Issue was unassigned.
- 🇮🇳India realsp
The MR fixes all the reported phpcs issues, RTBC +1.
Thank you. - 🇮🇳India Yashaswi18
Hello, checked out to the branch 'phpcs' and ran the command phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig. Found no errors or warnings, RTBC +1.
- Status changed to RTBC
5 months ago 7:18am 3 July 2024 - 🇮🇳India bhaveshdas
I have tested and cannot find any phpcs issue so I move forward to RTBC