- Issue created by @urvashi_vora
- Status changed to RTBC
about 1 year ago 1:11pm 4 October 2023 - 🇮🇳India Ashutosh Ahirwal India
I have reviewed provided patch.
There are some remaining errors too.Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/document_preview
Remaining issues.
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/document_preview/src/Plugin/Field/FieldFormatter/DocumentPreviewFieldFormatter.php
-----------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
7 | WARNING | [x] Unused use statement
-----------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------