Fix the issues reported by phpcs

Created on 10 July 2023, 12 months ago
Updated 24 January 2024, 5 months ago

Problem/Motivation

FILE: /var/www/html/vb/d_cont/chat_ai/chat_ai.install
----------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
----------------------------------------------------------------------------
11 | ERROR | Empty installation hooks are not necessary
12 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
19 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
----------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/README.md
-------------------------------------------------------------------------
FOUND 1 ERROR AND 15 WARNINGS AFFECTING 16 LINES
-------------------------------------------------------------------------
2 | WARNING | [ ] Line exceeds 80 characters; contains 98 characters
4 | WARNING | [ ] Line exceeds 80 characters; contains 160 characters
6 | WARNING | [ ] Line exceeds 80 characters; contains 128 characters
8 | WARNING | [ ] Line exceeds 80 characters; contains 167 characters
12 | WARNING | [ ] Line exceeds 80 characters; contains 353 characters
14 | WARNING | [ ] Line exceeds 80 characters; contains 137 characters
16 | WARNING | [ ] Line exceeds 80 characters; contains 193 characters
18 | WARNING | [ ] Line exceeds 80 characters; contains 138 characters
20 | WARNING | [ ] Line exceeds 80 characters; contains 219 characters
22 | WARNING | [ ] Line exceeds 80 characters; contains 371 characters
32 | WARNING | [ ] Line exceeds 80 characters; contains 161 characters
76 | WARNING | [ ] Line exceeds 80 characters; contains 105 characters
86 | WARNING | [ ] Line exceeds 80 characters; contains 229 characters
95 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters
100 | WARNING | [ ] Line exceeds 80 characters; contains 165 characters
108 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/src/ChatAI.php
--------------------------------------------------------------------------------
FOUND 3 ERRORS AND 4 WARNINGS AFFECTING 7 LINES
--------------------------------------------------------------------------------
66 | ERROR | Parameter $supabase is not described in comment
79 | ERROR | Doc comment for parameter $supabase, does not match actual
| | variable name $config_factory
105 | ERROR | Description for the @return value is missing
113 | WARNING | Line exceeds 80 characters; contains 87 characters
126 | WARNING | Line exceeds 80 characters; contains 83 characters
167 | WARNING | Line exceeds 80 characters; contains 108 characters
227 | WARNING | Line exceeds 80 characters; contains 85 characters
--------------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/src/Form/EmbeddingsForm.php
--------------------------------------------------------------------------------
FOUND 11 ERRORS AND 6 WARNINGS AFFECTING 15 LINES
--------------------------------------------------------------------------------
121 | WARNING | The use of function dpm() is discouraged
237 | WARNING | Possible useless method overriding detected
253 | ERROR | The array declaration extends to column 89 (the limit is 80).
| | The array content should be split up over multiple lines
277 | ERROR | The array declaration extends to column 98 (the limit is 80).
| | The array content should be split up over multiple lines
316 | ERROR | Description for the @return value must be on the next line
331 | WARNING | Unused variable $langcode.
354 | WARNING | Line exceeds 80 characters; contains 108 characters
356 | ERROR | Description for the @return value must be on the next line
371 | ERROR | Doc comment is empty
395 | ERROR | Type hint "array" missing for $context
404 | WARNING | Line exceeds 80 characters; contains 88 characters
413 | ERROR | Type hint "array" missing for $results
413 | ERROR | Type hint "array" missing for $operations
434 | ERROR | Type hint "array" missing for $context
442 | WARNING | Line exceeds 80 characters; contains 87 characters
451 | ERROR | Type hint "array" missing for $results
451 | ERROR | Type hint "array" missing for $operations
--------------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/src/Form/SettingsForm.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
91 | WARNING | Possible useless method overriding detected
----------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/src/Form/ChatBlockForm.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AND 5 WARNINGS AFFECTING 6 LINES
--------------------------------------------------------------------------------
19 | ERROR | Missing member variable doc comment
102 | WARNING | Possible useless method overriding detected
129 | WARNING | Line exceeds 80 characters; contains 227 characters
131 | WARNING | Line exceeds 80 characters; contains 82 characters
132 | WARNING | Line exceeds 80 characters; contains 82 characters
147 | WARNING | Line exceeds 80 characters; contains 88 characters
--------------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/src/Embeddings.php
--------------------------------------------------------------------------------
FOUND 17 ERRORS AND 16 WARNINGS AFFECTING 32 LINES
--------------------------------------------------------------------------------
79 | ERROR | Parameter $supabase is not described in comment
92 | ERROR | Doc comment for parameter $supabase, does not match actual
| | variable name $config_factory
116 | WARNING | Line exceeds 80 characters; contains 81 characters
123 | ERROR | Description for the @return value must be on the next line
138 | WARNING | Line exceeds 80 characters; contains 101 characters
147 | WARNING | Line exceeds 80 characters; contains 91 characters
149 | ERROR | Description for the @return value must be on the next line
178 | ERROR | Description for the @return value must be on the next line
207 | WARNING | Line exceeds 80 characters; contains 83 characters
228 | WARNING | Line exceeds 80 characters; contains 85 characters
266 | WARNING | Line exceeds 80 characters; contains 84 characters
281 | WARNING | Unused variable $results.
305 | ERROR | Parameter $value is not described in comment
311 | ERROR | Description for the @return value must be on the next line
314 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
328 | WARNING | Line exceeds 80 characters; contains 85 characters
337 | ERROR | Description for the @return value must be on the next line
340 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
360 | ERROR | Description for the @return value must be on the next line
363 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
378 | WARNING | Line exceeds 80 characters; contains 85 characters
378 | ERROR | Doc comment short description must be on a single line,
| | further text should be a separate paragraph
380 | ERROR | Missing parameter comment
409 | ERROR | Description for the @return value must be on the next line
421 | ERROR | Parameter $value is not described in comment
427 | ERROR | Description for the @return value must be on the next line
430 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
446 | ERROR | Description for the @return value must be on the next line
455 | WARNING | Line exceeds 80 characters; contains 94 characters
476 | ERROR | Missing parameter comment
478 | ERROR | Description for the @return value is missing
485 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
520 | WARNING | Line exceeds 80 characters; contains 86 characters
--------------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/src/Supabase.php
----------------------------------------------------------------------------
FOUND 3 ERRORS AND 4 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------------
110 | ERROR | Description for the @return value is missing
123 | WARNING | Unused variable $body.
133 | WARNING | Line exceeds 80 characters; contains 102 characters
142 | ERROR | Description for the @return value must be on the next line
183 | WARNING | Line exceeds 80 characters; contains 85 characters
219 | WARNING | Line exceeds 80 characters; contains 86 characters
228 | ERROR | Description for the @return value must be on the next line
----------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/chat_ai/chat_ai.libraries.yml
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
11 | ERROR | [x] Expected 1 newline at end of file; 2 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 339ms; Memory: 14MB

Steps to reproduce

Execute the command: phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig chat_ai/

Remaining tasks

Patch review

📌 Task
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

🇮🇳India urvashi_vora Madhya Pradesh, India

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024