- Issue created by @cedewey
- 🇨🇦Canada chrisck BC, Canada
In addition to the amswap.module errors found, there are more errors found in /src/Render/Element/Amswap.php:
------------------------------------------------------------ FOUND 7 ERRORS AND 1 WARNING AFFECTING 7 LINES ------------------------------------------------------------ 42 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses 50 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses 67 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses 74 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters 74 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses 78 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses 83 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses 90 | ERROR | [x] Expected 1 space after "="; 2 found ------------------------------------------------------------
- Assigned to chrisck
- @chrisck opened merge request.
- Issue was unassigned.
- Status changed to Needs review
about 2 years ago 7:28pm 7 February 2023 - @chrisck opened merge request.
- 🇨🇦Canada chrisck BC, Canada
MR in #7 addresses all of the phpcs errors found.
- Status changed to RTBC
about 2 years ago 8:32pm 7 February 2023 - 🇺🇸United States cedewey Denver, CO
I've tested this merge request and confirmed that all errors are resolved. Thanks chrisck!
- Assigned to arunkumark
- Status changed to Needs review
about 2 years ago 5:33am 21 February 2023 - 🇮🇳India arunkumark Coimbatore
Reviewed the patch, and found minor issues related to the Coding standards.
FILE: /var/www/html/web/modules/custom/amswap/src/Form/AmswapConfigForm.php ----------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------- 17 | WARNING | The class short comment should describe what the class does and not simply repeat the class name ----------------------------------------------------------------------------------------------------------------- FILE: /var/www/html/web/modules/custom/amswap/src/Render/Element/Amswap.php --------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE --------------------------------------------------------------------------- 74 | WARNING | Line exceeds 80 characters; contains 85 characters ---------------------------------------------------------------------------
Creating the fixes for resolve.
- Issue was unassigned.
- Status changed to Fixed
about 2 years ago 4:01am 31 March 2023 - 🇺🇸United States cedewey Denver, CO
I agree. Those warnings are minor and I actually think the way it is now is more readable than if we were to force characters to wrap earlier. Thanks everyone who helped out on this!
Automatically closed - issue fixed for 2 weeks with no activity.