Drupal standards issues (like: hook_help missing, errors & warnings)

Created on 8 January 2020, over 5 years ago
Updated 10 July 2025, 16 days ago

HI,
I have found a lot of errors and warning, that need to fixed:

FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/Mailchimp.php
------------------------------------------------------------------------------------------------------------------------
FOUND 22 ERRORS AFFECTING 20 LINES
------------------------------------------------------------------------------------------------------------------------
  40 | ERROR | [x] Do not append variable name "$version" to the type declaration in a member variable comment
  47 | ERROR | [x] Data types in @var tags need to be fully namespaced
  47 | ERROR | [x] Do not append variable name "$client" to the type declaration in a member variable comment
  54 | ERROR | [x] Do not append variable name "$endpoint" to the type declaration in a member variable comment
  61 | ERROR | [x] Do not append variable name "$api_key" to the type declaration in a member variable comment
  63 | ERROR | [ ] Class property $api_key should use lowerCamel naming without underscores
  68 | ERROR | [x] Do not append variable name "$api_user" to the type declaration in a member variable comment
  70 | ERROR | [ ] Class property $api_user should use lowerCamel naming without underscores
  78 | ERROR | [x] Do not append variable name "$debug_error_code" to the type declaration in a member variable comment
  80 | ERROR | [ ] Class property $debug_error_code should use lowerCamel naming without underscores
  85 | ERROR | [x] Do not append variable name "$batch_operations" to the type declaration in a member variable comment
  89 | ERROR | [ ] Class property $batch_operations should use lowerCamel naming without underscores
 100 | ERROR | [x] Data types in @param tags need to be fully namespaced
 103 | ERROR | [ ] Type hint "array" missing for $http_options
 147 | ERROR | [ ] Description for the @return value is missing
 151 | ERROR | [ ] Type hint "array" missing for $parameters
 188 | ERROR | [ ] Description for the @return value is missing
 217 | ERROR | [ ] Type hint "array" missing for $parameters
 266 | ERROR | [ ] Type hint "array" missing for $tokens
 266 | ERROR | [ ] Type hint "array" missing for $parameters
 313 | ERROR | [x] Data types in @return tags need to be fully namespaced
 316 | ERROR | [ ] Type hint "array" missing for $http_options
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpConnectedSites.php
---------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------------
 20 | ERROR | Description for the @return value is missing
 22 | ERROR | Type hint "array" missing for $parameters
 34 | ERROR | Description for the @return value is missing
 36 | ERROR | Type hint "array" missing for $parameters
---------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpAutomations.php
------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 10 LINES
------------------------------------------------------------------------------------------------------
   5 | ERROR | [x] Missing class doc comment
  13 | ERROR | [ ] Description for the @return value is missing
  17 | ERROR | [ ] Type hint "array" missing for $parameters
  27 | ERROR | [ ] Description for the @return value is missing
  45 | ERROR | [ ] Description for the @return value is missing
  65 | ERROR | [ ] Description for the @return value is missing
  86 | ERROR | [ ] Description for the @return value is missing
 109 | ERROR | [ ] Description for the @return value is missing
 135 | ERROR | [ ] Description for the @return value is missing
 139 | ERROR | [ ] Type hint "array" missing for $parameters
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpTemplates.php
----------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------------------------------------
 18 | ERROR | Description for the @return value is missing
 22 | ERROR | Type hint "array" missing for $parameters
 34 | ERROR | Description for the @return value is missing
 38 | ERROR | Type hint "array" missing for $parameters
 54 | ERROR | Description for the @return value is missing
 58 | ERROR | Type hint "array" missing for $parameters
----------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpReports.php
--------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
--------------------------------------------------------------------------------------------------
 18 | ERROR | [ ] Description for the @return value is missing
 22 | ERROR | [ ] Type hint "array" missing for $parameters
 34 | ERROR | [ ] Description for the @return value is missing
 38 | ERROR | [ ] Type hint "array" missing for $parameters
 62 | ERROR | [x] Parameter comment must end with a full stop
 66 | ERROR | [ ] Description for the @return value is missing
 68 | ERROR | [ ] Type hint "array" missing for $parameters
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpCampaigns.php
----------------------------------------------------------------------------------------------------
FOUND 22 ERRORS AFFECTING 21 LINES
----------------------------------------------------------------------------------------------------
  27 | ERROR | Description for the @return value is missing
  31 | ERROR | Type hint "array" missing for $parameters
  43 | ERROR | Description for the @return value is missing
  47 | ERROR | Type hint "array" missing for $parameters
  69 | ERROR | Description for the @return value is missing
  73 | ERROR | Type hint "array" missing for $parameters
  91 | ERROR | Description for the @return value is missing
  95 | ERROR | Type hint "array" missing for $parameters
 111 | ERROR | Description for the @return value is missing
 115 | ERROR | Type hint "array" missing for $parameters
 129 | ERROR | Description for the @return value is missing
 157 | ERROR | Description for the @return value is missing
 161 | ERROR | Type hint "array" missing for $parameters
 189 | ERROR | Description for the @return value is missing
 193 | ERROR | Type hint "array" missing for $test_emails
 193 | ERROR | Type hint "array" missing for $parameters
 206 | ERROR | Parameter $parameters is not described in comment
 221 | ERROR | Description for the @return value is missing
 225 | ERROR | Type hint "schedule_time" missing for $schedule_time
 245 | ERROR | Description for the @return value is missing
 265 | ERROR | Description for the @return value is missing
 283 | ERROR | Description for the @return value is missing
----------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpLists.php
------------------------------------------------------------------------------------------------
FOUND 50 ERRORS AND 1 WARNING AFFECTING 50 LINES
------------------------------------------------------------------------------------------------
  18 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
  23 | ERROR   | [ ] Description for the @return value is missing
  27 | ERROR   | [ ] Type hint "array" missing for $parameters
  39 | ERROR   | [ ] Description for the @return value is missing
  43 | ERROR   | [ ] Type hint "array" missing for $parameters
  59 | ERROR   | [ ] Description for the @return value is missing
  63 | ERROR   | [ ] Type hint "array" missing for $parameters
  81 | ERROR   | [ ] Description for the @return value is missing
  85 | ERROR   | [ ] Type hint "array" missing for $parameters
 102 | ERROR   | [ ] Description for the @return value is missing
 106 | ERROR   | [ ] Type hint "array" missing for $parameters
 126 | ERROR   | [ ] Description for the @return value is missing
 130 | ERROR   | [ ] Type hint "array" missing for $parameters
 151 | ERROR   | [ ] Description for the @return value is missing
 155 | ERROR   | [ ] Type hint "array" missing for $parameters
 173 | ERROR   | [ ] Description for the @return value is missing
 177 | ERROR   | [ ] Type hint "array" missing for $parameters
 196 | ERROR   | [ ] Description for the @return value is missing
 200 | ERROR   | [ ] Type hint "array" missing for $parameters
 202 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 206 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 222 | ERROR   | [ ] Description for the @return value is missing
 226 | ERROR   | [ ] Type hint "array" missing for $parameters
 247 | ERROR   | [ ] Description for the @return value is missing
 251 | ERROR   | [ ] Type hint "array" missing for $parameters
 271 | ERROR   | [ ] Description for the @return value is missing
 296 | ERROR   | [ ] Description for the @return value is missing
 300 | ERROR   | [ ] Type hint "array" missing for $parameters
 321 | ERROR   | [ ] Description for the @return value is missing
 325 | ERROR   | [ ] Type hint "array" missing for $parameters
 346 | ERROR   | [ ] Description for the @return value is missing
 350 | ERROR   | [ ] Type hint "array" missing for $parameters
 368 | ERROR   | [ ] Description for the @return value is missing
 372 | ERROR   | [ ] Type hint "array" missing for $parameters
 393 | ERROR   | [ ] Description for the @return value is missing
 397 | ERROR   | [ ] Type hint "array" missing for $parameters
 423 | ERROR   | [ ] Description for the @return value is missing
 427 | ERROR   | [ ] Type hint "array" missing for $parameters
 450 | ERROR   | [ ] Description for the @return value is missing
 454 | ERROR   | [ ] Type hint "array" missing for $parameters
 475 | ERROR   | [ ] Description for the @return value is missing
 479 | ERROR   | [ ] Type hint "array" missing for $email
 479 | ERROR   | [ ] Type hint "array" missing for $parameters
 500 | ERROR   | [ ] Description for the @return value is missing
 504 | ERROR   | [ ] Type hint "array" missing for $parameters
 522 | ERROR   | [ ] Description for the @return value is missing
 526 | ERROR   | [ ] Type hint "array" missing for $parameters
 547 | ERROR   | [ ] Description for the @return value is missing
 549 | ERROR   | [ ] Type hint "array" missing for $parameters
 571 | ERROR   | [ ] Description for the @return value is missing
 573 | ERROR   | [ ] Type hint "array" missing for $parameters
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpEcommerce.php
----------------------------------------------------------------------------------------------------
FOUND 37 ERRORS AFFECTING 32 LINES
----------------------------------------------------------------------------------------------------
  23 | ERROR | Type hint "array" missing for $parameters
  40 | ERROR | Type hint "array" missing for $parameters
  69 | ERROR | Type hint "array" missing for $store
  69 | ERROR | Type hint "array" missing for $parameters
  95 | ERROR | Type hint "array" missing for $parameters
 140 | ERROR | Type hint "array" missing for $store_id
 140 | ERROR | Type hint "array" missing for $parameters
 163 | ERROR | Type hint "array" missing for $parameters
 227 | ERROR | Type hint "array" missing for $parameters
 273 | ERROR | Type hint "array" missing for $parameters
 299 | ERROR | Type hint "array" missing for $parameters
 332 | ERROR | Type hint "array" missing for $product
 366 | ERROR | Type hint "array" missing for $parameters
 414 | ERROR | Type hint "array" missing for $parameters
 437 | ERROR | Type hint "array" missing for $parameters
 467 | ERROR | Type hint "array" missing for $customer
 495 | ERROR | Type hint "array" missing for $customer
 539 | ERROR | Type hint "array" missing for $parameters
 562 | ERROR | Type hint "array" missing for $parameters
 628 | ERROR | Type hint "array" missing for $parameters
 676 | ERROR | Type hint "array" missing for $parameters
 704 | ERROR | Type hint "array" missing for $parameters
 737 | ERROR | Type hint "array" missing for $product
 767 | ERROR | Type hint "array" missing for $parameters
 792 | ERROR | Type hint "array" missing for $parameters
 801 | ERROR | Parameter $product_id is not described in comment
 801 | ERROR | Parameter $url is not described in comment
 806 | ERROR | Doc comment for parameter $id does not match actual variable name $parameters
 824 | ERROR | Type hint "array" missing for $variants
 824 | ERROR | Type hint "array" missing for $parameters
 839 | ERROR | Parameter $product_id is not described in comment
 844 | ERROR | Doc comment for parameter $id does not match actual variable name $parameters
 860 | ERROR | Type hint "array" missing for $variants
 860 | ERROR | Type hint "array" missing for $parameters
 914 | ERROR | Type hint "array" missing for $parameters
 942 | ERROR | Type hint "array" missing for $parameters
 970 | ERROR | Type hint "array" missing for $parameters
----------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/MailchimpAPIException.php
-------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------
  5 | ERROR | [x] When importing a class with "use", do not include a leading \
 14 | ERROR | [ ] Missing short description in doc comment
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/http/MailchimpGuzzleHttpClient.php
----------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------
 19 | ERROR | [x] Data types in @var tags need to be fully namespaced
 19 | ERROR | [x] Do not append variable name "$client" to the type declaration in a member variable comment
 30 | ERROR | [ ] Type hint "array" missing for $config
 34 | ERROR | [ ] Missing short description in doc comment
----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/http/MailchimpHttpClientInterface.php
-------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------
 26 | ERROR | Description for the @return value is missing
 30 | ERROR | Type hint "array" missing for $options
 30 | ERROR | Type hint "array" missing for $parameters
-------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/src/http/MailchimpCurlHttpClient.php
--------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------------
 12 | ERROR | Missing member variable doc comment
 21 | ERROR | Type hint "array" missing for $config
 25 | ERROR | Missing short description in doc comment
--------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/Mailchimp.php
-------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
-------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 12 | ERROR | [ ] Missing short description in doc comment
 19 | ERROR | [x] Missing function doc comment
 23 | ERROR | [x] Missing function doc comment
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpAutomations.php
------------------------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 11 LINES
------------------------------------------------------------------------------------------------------------
   5 | ERROR | [x] Missing class doc comment
   5 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
   7 | ERROR | [ ] Missing short description in doc comment
  14 | ERROR | [x] Missing function doc comment
  18 | ERROR | [x] Missing function doc comment
  22 | ERROR | [ ] Missing short description in doc comment
  49 | ERROR | [ ] Missing short description in doc comment
  65 | ERROR | [ ] Missing short description in doc comment
  89 | ERROR | [ ] Missing short description in doc comment
  92 | ERROR | [x] Expected one space after the comma, 0 found
 108 | ERROR | [ ] Missing short description in doc comment
 124 | ERROR | [ ] Missing short description in doc comment
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpTemplates.php
----------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 12 | ERROR | [ ] Missing short description in doc comment
 19 | ERROR | [x] Missing function doc comment
 23 | ERROR | [x] Missing function doc comment
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/Client.php
------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 12 | ERROR | [ ] Missing member variable doc comment
 14 | ERROR | [ ] Missing member variable doc comment
 16 | ERROR | [ ] Missing member variable doc comment
 18 | ERROR | [ ] Missing short description in doc comment
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpReports.php
--------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 12 | ERROR | [ ] Missing short description in doc comment
 19 | ERROR | [x] Missing function doc comment
 23 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpTestHttpClient.php
----------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 8 LINES
----------------------------------------------------------------------------------------------------------------------------------
  5 | ERROR   | [x] No space found before comment text; expected "// use GuzzleHttp\Client;" but found "//use GuzzleHttp\Client;"
  5 | ERROR   | [x] Inline comments must start with a capital letter
  5 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  6 | WARNING | [x] Unused use statement
  8 | WARNING | [x] Unused use statement
 12 | ERROR   | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
 18 | ERROR   | [ ] Missing member variable doc comment
 20 | ERROR   | [ ] Missing member variable doc comment
 22 | ERROR   | [ ] Missing member variable doc comment
 24 | ERROR   | [ ] Missing short description in doc comment
----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpCampaigns.php
----------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 12 | ERROR | [ ] Missing short description in doc comment
 19 | ERROR | [x] Missing function doc comment
 23 | ERROR | [x] Missing function doc comment
 27 | ERROR | [ ] Missing short description in doc comment
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpLists.php
------------------------------------------------------------------------------------------------------
FOUND 21 ERRORS AND 1 WARNING AFFECTING 22 LINES
------------------------------------------------------------------------------------------------------
  10 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
  12 | ERROR   | [ ] Missing short description in doc comment
  19 | ERROR   | [x] Missing function doc comment
  23 | ERROR   | [x] Missing function doc comment
  27 | ERROR   | [ ] Missing short description in doc comment
  54 | ERROR   | [ ] Missing short description in doc comment
  68 | ERROR   | [ ] Missing short description in doc comment
  89 | ERROR   | [ ] Missing short description in doc comment
 110 | ERROR   | [ ] Missing short description in doc comment
 135 | ERROR   | [ ] Missing short description in doc comment
 150 | ERROR   | [ ] Missing short description in doc comment
 168 | ERROR   | [ ] Missing short description in doc comment
 171 | WARNING | [ ] Possible useless method overriding detected
 175 | ERROR   | [ ] Missing short description in doc comment
 193 | ERROR   | [ ] Missing short description in doc comment
 211 | ERROR   | [ ] Missing short description in doc comment
 238 | ERROR   | [ ] Missing short description in doc comment
 254 | ERROR   | [ ] Missing short description in doc comment
 272 | ERROR   | [ ] Missing short description in doc comment
 288 | ERROR   | [ ] Missing short description in doc comment
 316 | ERROR   | [ ] Missing short description in doc comment
 335 | ERROR   | [ ] Missing short description in doc comment
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpEcommerce.php
-----------------------------------------------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 13 LINES
-----------------------------------------------------------------------------------------------------------------
  12 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
  17 | ERROR | [x] Do not append variable name "$stores" to the type declaration in a member variable comment
  24 | ERROR | [x] Do not append variable name "$customers" to the type declaration in a member variable comment
  31 | ERROR | [x] Do not append variable name "$orders" to the type declaration in a member variable comment
  35 | ERROR | [ ] Missing short description in doc comment
  42 | ERROR | [x] Missing function doc comment
  46 | ERROR | [x] Missing function doc comment
  50 | ERROR | [ ] Missing short description in doc comment
  59 | ERROR | [ ] Missing short description in doc comment
  73 | ERROR | [ ] Missing short description in doc comment
  86 | ERROR | [ ] Missing short description in doc comment
  99 | ERROR | [ ] Missing short description in doc comment
 112 | ERROR | [ ] Missing short description in doc comment
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/src/MailchimpTestHttpResponse.php
-----------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 12 | ERROR | [x] Missing function doc comment
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/t2/web/modules/review/mailchimp/lib/mailchimp-api-php/tests/MailchimpAutomationsTest.php
------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
 7 | ERROR | [x] Missing class doc comment
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------

Time: 1.4 secs; Memory: 18MB
🐛 Bug report
Status

Closed: won't fix

Version

1.0

Component

General

Created by

🇮🇳India rksyravi New Delhi, 🇮🇳

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇺🇸United States xenophyle

    Thanks for submitting this ticket — and sorry we didn’t get back to you about it sooner. We are cleaning up old issues and issue for old versions and are going to close this one. If this issue is still relevant for you, please re-open it and update the “Version” field, and include any updates to the behavior you are seeing.With a smaller issue queue, we’ll have an easier time getting back to you.

Production build 0.71.5 2024