- Merge request !1Issue #3333132: Drupal Coding Standards Issues | phpcs → (Closed) created by Sonal Gyanani
- First commit to issue fork.
- 🇦🇹Austria agoradesign
already did this + other CS fixes, so this MR has become obsolete
Getting following warnings.
FILE: /var/www/html/modules/contrib/commerce_add_to_cart_link/src/Controller/AddToCartController.php
----------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
159 | WARNING | Line exceeds 80 characters; contains 143 characters
----------------------------------------------------------------------------------------------------
Time: 1.64 secs; Memory: 6MB
Run following command
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/commerce_add_to_cart_link/
Above warning need to be fixed.
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
already did this + other CS fixes, so this MR has become obsolete