- Issue created by @vishal365365
- Status changed to Needs review
over 1 year ago 9:39am 28 June 2023 - Issue was unassigned.
- Status changed to Needs work
6 months ago 12:33pm 23 May 2024 Hi @vishal365365,
Applied your patch, it fixed some issues, however, found new issues, kindly see below.
FILE: .../drupal-orgissue/web/modules/contrib/gmail/src/Plugin/Mail/GmailSystem.php -------------------------------------------------------------------------------- FOUND 12 ERRORS AFFECTING 10 LINES -------------------------------------------------------------------------------- 127 | ERROR | [x] The first parameter of a multi-line function declaration | | must be on the line after the opening bracket 128 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 129 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 130 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 131 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 132 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 133 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 134 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 135 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 136 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 30 136 | ERROR | [x] Multi-line function declarations must have a trailing comma | | after the last parameter 136 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line -------------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------------- Time: 895ms; Memory: 16MB
Thank you.
- First commit to issue fork.
- Status changed to Needs review
6 months ago 11:11am 27 May 2024 - Status changed to RTBC
6 months ago 6:54am 29 May 2024 Hi @atul_ghate,
Successfully applied MR !3, all issues are fixed.
gmail git:(1.0.x) โ curl https://git.drupalcode.org/project/gmail/-/merge_requests/3.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6211 0 6211 0 0 15540 0 --:--:-- --:--:-- --:--:-- 15925 patching file src/Controller/CalbackController.php patching file src/Form/GmailConfigForm.php patching file src/Plugin/Mail/GmailSystem.php โ gmail git:(1.0.x) โ cd .. โ contrib git:(main) โ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig gmail โ contrib git:(main) โ
Will move this to RTBC.
Thanks,
Jake- ๐ฎ๐ณIndia Jeya sundhar Coimbatore
Jeya sundhar โ made their first commit to this issueโs fork.
-
Jeya sundhar โ
committed 07727749 on 1.0.x authored by
vishal365365 โ
Issue #3370928: Fix issues reported by phpcs
-
Jeya sundhar โ
committed 07727749 on 1.0.x authored by
vishal365365 โ
- Status changed to Fixed
5 months ago 10:43am 19 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.