- Issue created by @sidharth_soman
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 5:12am 26 May 2023 - Status changed to Needs work
over 1 year ago 9:20am 26 May 2023 - 🇵🇭Philippines clarkssquared
Hi sidharth_soman,
I applied your MR !5 to my local and noticed that there are still PHPCS errors being flagged of the module.
FILE: ...ontrib/domain_path_redirect/src/Plugin/views/filter/DomainAutocomplete.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
19 | ERROR | Missing member variable doc comment
--------------------------------------------------------------------------------FILE: ..._path_redirect/src/EventSubscriber/DomainPathRedirectRequestSubscriber.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
292 | ERROR | The array declaration extends to column 85 (the limit is 80).
| | The array content should be split up over multiple lines
--------------------------------------------------------------------------------Time: 690ms; Memory: 10MB
➜ docroot git:(master) ✗ phpcs --standard=DrupalPractice,Drupal --extensions=php,module,info,txt,yml modules/contrib/domain_path_redirect
FILE: /Users/studenttrainees/Drupal/drupalissues/docroot/modules/contrib/domain_path_redirect/src/Plugin/views/filter/DomainAutocomplete.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------
19 | ERROR | Missing member variable doc comment
--------------------------------------------------------------------------------------------------------------------------------------------FILE: /Users/studenttrainees/Drupal/drupalissues/docroot/modules/contrib/domain_path_redirect/src/EventSubscriber/DomainPathRedirectRequestSubscriber.php
---------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------------------------
292 | ERROR | The array declaration extends to column 85 (the limit is 80). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------------------------Time: 585ms; Memory: 10MB
Please look at the screenshot attached for your reference.
Thank you
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 2:19pm 26 May 2023 - Status changed to Needs work
over 1 year ago 6:46pm 29 May 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The issue summary should always describe what the issue is trying to fix and, in the case of coding standards issues, show which command and arguments have been used and which report that command shown.
- Assigned to nitin_lama
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 6:22am 30 May 2023 - Status changed to Fixed
12 months ago 11:56am 29 February 2024 - 🇩🇪Germany webflo
The patches did not apply after 📌 Automated Drupal 10 compatibility fixes RTBC has been comittted. I fixed it myself, gave you commit credit anyways.
Automatically closed - issue fixed for 2 weeks with no activity.