Fix the issues reported by phpcs

Created on 11 April 2023, almost 2 years ago
Updated 20 August 2024, 8 months ago

Problem/Motivation

FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\entity_browser_table-3353415\css\entity_browser.table.css
---------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
---------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\entity_browser_table-3353415\entity_browser_table.module
--------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\entity_browser_table-3353415\README.md
--------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------
21 | WARNING | Line exceeds 80 characters; contains 88 characters
30 | WARNING | Line exceeds 80 characters; contains 118 characters
--------------------------------------------------------------------------------------------------

FILE: ...eb\modules\contrib\entity_browser_table-3353415\src\Plugin\Field\FieldWidget\EntityReferenceBrowserTableWidget.php
------------------------------------------------------------------------------------------------------------------------
FOUND 31 ERRORS AND 2 WARNINGS AFFECTING 32 LINES
------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
37 | ERROR | [ ] Missing member variable doc comment
39 | ERROR | [ ] Missing member variable doc comment
41 | ERROR | [ ] Missing member variable doc comment
43 | ERROR | [ ] Missing member variable doc comment
45 | ERROR | [ ] Missing member variable doc comment
47 | ERROR | [ ] Missing member variable doc comment
49 | ERROR | [x] Missing function doc comment
70 | ERROR | [x] Missing function doc comment
106 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
107 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 6
110 | ERROR | [x] Missing function doc comment
129 | ERROR | [x] Missing function doc comment
164 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait
| | and $this->t() instead
182 | ERROR | [x] Missing function doc comment
196 | ERROR | [x] Missing function doc comment
208 | WARNING | [ ] Unused variable $replace_button_access.
243 | ERROR | [x] Missing function doc comment
250 | ERROR | [x] Missing function doc comment
276 | ERROR | [x] Missing function doc comment
296 | ERROR | [x] Missing function doc comment
316 | ERROR | [x] Missing function doc comment
327 | ERROR | [x] Missing function doc comment
331 | ERROR | [ ] Missing short description in doc comment
345 | ERROR | [ ] Missing short description in doc comment
362 | ERROR | [x] Missing function doc comment
368 | ERROR | [x] Missing function doc comment
374 | ERROR | [x] Missing function doc comment
380 | ERROR | [ ] Missing short description in doc comment
393 | ERROR | [ ] Missing short description in doc comment
394 | ERROR | [x] Expected "array|null" but found "array|NULL" for function return type
394 | ERROR | [ ] Description for the @return value is missing
398 | ERROR | [x] Use null coalesce operator instead of ternary operator.
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------

FILE: ...nment\web\modules\contrib\entity_browser_table-3353415\tests\src\Kernel\EntityReferenceBrowserTableWidgetTests.php
------------------------------------------------------------------------------------------------------------------------
FOUND 74 ERRORS AND 4 WARNINGS AFFECTING 49 LINES
------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
13 | ERROR | [x] Missing class doc comment
15 | ERROR | [ ] Missing member variable doc comment
17 | ERROR | [ ] Missing member variable doc comment
19 | ERROR | [ ] Missing member variable doc comment
21 | ERROR | [ ] Missing member variable doc comment
23 | ERROR | [ ] Missing member variable doc comment
25 | ERROR | [ ] Missing member variable doc comment
28 | ERROR | [x] You must use "/**" style comments for a member variable comment
30 | ERROR | [ ] Missing member variable doc comment
44 | ERROR | [x] Missing function doc comment
45 | WARNING | [x] 'TODO: Change the autogenerated stub' should match the format '@todo Fix problem X here.'
45 | WARNING | [ ] There must be no blank line following an inline comment
45 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing
| | parentheses
45 | ERROR | [x] Comments may not appear after statements
89 | ERROR | [x] Missing function doc comment
89 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testBuildTableRows__GivenThreeEntities__ReturnArrayOfThree"
| | is not in lowerCamel format
90 | ERROR | [x] Expected one space after the comma, 0 found
95 | ERROR | [x] Missing function doc comment
95 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testBuildTableRows__GivenArrayOfFourStings__ReturnEmptyArray"
| | is not in lowerCamel format
101 | ERROR | [x] Expected one space after the comma, 0 found
106 | ERROR | [x] Missing function doc comment
112 | ERROR | [x] Missing function doc comment
118 | ERROR | [x] Missing function doc comment
124 | ERROR | [x] Missing function doc comment
125 | WARNING | [x] 'TODO: Figure out how to mock the entityTypeManager response.' should match the format '@todo Fix
| | problem X here.'
126 | WARNING | [ ] Line exceeds 80 characters; contains 94 characters
126 | ERROR | [ ] Comment indentation error, expected only 1 spaces
126 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing
| | parentheses
129 | ERROR | [x] Missing function doc comment
129 | ERROR | [ ] Public method name "EntityReferenceBrowserTableWidgetTests::testGetEditButtonAccess__ReturnsTrue"
| | is not in lowerCamel format
136 | ERROR | [x] Missing function doc comment
136 | ERROR | [ ] Public method name "EntityReferenceBrowserTableWidgetTests::testGetEditButtonAccess__ReturnsFalse"
| | is not in lowerCamel format
143 | ERROR | [x] Missing function doc comment
143 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetReplaceButtonAccess__GivenOneEntityAndSettingTrue__ReturnTrue"
| | is not in lowerCamel format
149 | ERROR | [x] Missing function doc comment
149 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetReplaceButtonAccess__GivenOneEntityAndNoSetting__ReturnFalse"
| | is not in lowerCamel format
154 | ERROR | [x] Missing function doc comment
154 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetReplaceButtonAccess__GivenMultipleEntitiesAndSettingTrue__ReturnFalse"
| | is not in lowerCamel format
159 | ERROR | [x] Missing function doc comment
159 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetFirstColumn__GivenRenderedEntitySetting__ReturnMediaRenderArray"
| | is not in lowerCamel format
172 | ERROR | [x] Missing function doc comment
172 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetFirstColumn__GivenLabelSetting__ReturnMarkupRenderArray"
| | is not in lowerCamel format
181 | ERROR | [x] Missing function doc comment
181 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenSetting__ReturnMarkup" is not
| | in lowerCamel format
189 | ERROR | [x] Missing function doc comment
189 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenEmptySetting__ReturnNull" is
| | not in lowerCamel format
195 | ERROR | [x] Missing function doc comment
195 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenNoSetting__ReturnNull" is not
| | in lowerCamel format
200 | ERROR | [x] Missing function doc comment
200 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetFirstColumnHeader__GivenRenderedEntitySetting__ReturnThumbnailString"
| | is not in lowerCamel format
205 | ERROR | [x] Missing function doc comment
205 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetFirstColumnHeader__GivenLabelSetting__ReturnTitleString"
| | is not in lowerCamel format
210 | ERROR | [x] Missing function doc comment
210 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetAdditionalFieldsHeader__GivenNoSettings__ReturnsNull"
| | is not in lowerCamel format
214 | ERROR | [x] Missing function doc comment
214 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetAdditionalFieldsHeader__GivenSetting__ReturnsMarkup"
| | is not in lowerCamel format
216 | ERROR | [x] Expected one space after the comma, 0 found
219 | ERROR | [x] Missing function doc comment
219 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetAdditionalFieldsHeader__GivenEmptySetting__ReturnsNull"
| | is not in lowerCamel format
224 | ERROR | [x] Missing function doc comment
224 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenDisplayEditButtonSetting__ReturnActionString"
| | is not in lowerCamel format
229 | ERROR | [x] Missing function doc comment
229 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenDisplayRemoveButtonSetting__ReturnActionString"
| | is not in lowerCamel format
232 | ERROR | [x] Expected 1 blank line after function; 0 found
233 | ERROR | [x] Missing function doc comment
233 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenDisplayReplaceButtonSetting__ReturnActionString"
| | is not in lowerCamel format
236 | ERROR | [x] Expected 1 blank line after function; 0 found
237 | ERROR | [x] Missing function doc comment
237 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenAllDisplayButtonSettingsFalse__ReturnNull"
| | is not in lowerCamel format
245 | ERROR | [x] Missing function doc comment
245 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenEmptyOptionsList__ReturnEmptyArray"
| | is not in lowerCamel format
251 | ERROR | [x] Missing function doc comment
251 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenOptionsStatus__ReturnArray" is
| | not in lowerCamel format
254 | ERROR | [x] Expected one space after the comma, 0 found
257 | ERROR | [x] Missing function doc comment
257 | ERROR | [ ] Public method name
| | "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__NoSetting__ReturnNull" is not in
| | lowerCamel format
261 | ERROR | [x] Missing function doc comment
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 44 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------

Time: 2.06 secs; Memory: 6MB

Steps to reproduce

Run the phpcs command on the module.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

šŸ“Œ Task
Status

Needs work

Version

1.0

Component

Code

Created by

šŸ‡®šŸ‡³India sidharth_soman Bangalore

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

Comments & Activities

  • Issue created by @sidharth_soman
  • šŸ‡®šŸ‡³India sidharth_soman Bangalore

    Hi, I'm finding the following errors/warnings as detailed in the summary after running the php codesniffer command on the module. I'll work on fixing them.

  • @sidharth_soman opened merge request.
  • Issue was unassigned.
  • Status changed to Needs review almost 2 years ago
  • šŸ‡®šŸ‡³India sidharth_soman Bangalore

    I have fixed all the issues except for those relating to documentation and the names of the functions in the test file not being in camelCase format (which is quite minor and unnecessary). I have issued an MR for the same. Please review.

  • Status changed to Needs work 8 months ago
  • šŸ‡µšŸ‡­Philippines cleavinjosh

    Hi @sidharth_soman,

    I applied MR!2, it was applied smoothly and fixed most of the phpcs issues.

    There are the remaining phpcs issues after I ran phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml:

    āžœ  entity_browser_table git:(8.x-1.x) curl https://git.drupalcode.org/project/entity_browser_table/-/merge_requests/2.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 16932    0 16932    0     0  50210      0 --:--:-- --:--:-- --:--:-- 50243
    patching file css/entity_browser.table.css
    patching file src/Plugin/Field/FieldWidget/EntityReferenceBrowserTableWidget.php
    patching file tests/src/Kernel/EntityReferenceBrowserTableWidgetTests.php
    āžœ  entity_browser_table git:(8.x-1.x) āœ— ..
    āžœ  contrib phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml entity_browser_table
    
    FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/entity_browser_table/js/entity_browser.table.js
    --------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------------
     68 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
    --------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/entity_browser_table/tests/src/Kernel/EntityReferenceBrowserTableWidgetTests.php
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 63 ERRORS AND 1 WARNING AFFECTING 64 LINES
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      13 | ERROR   | Doc comment is empty
      18 | ERROR   | Missing member variable doc comment
      20 | ERROR   | Missing member variable doc comment
      22 | ERROR   | Missing member variable doc comment
      24 | ERROR   | Missing member variable doc comment
      26 | ERROR   | Missing member variable doc comment
      28 | ERROR   | Missing member variable doc comment
      30 | ERROR   | Missing short description in doc comment
      36 | ERROR   | Missing member variable doc comment
      50 | ERROR   | Doc comment is empty
      99 | ERROR   | Doc comment is empty
     102 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testBuildTableRows__GivenThreeEntities__ReturnArrayOfThree" is not in lowerCamel format
     108 | ERROR   | Doc comment is empty
     111 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testBuildTableRows__GivenArrayOfFourStings__ReturnEmptyArray" is not in lowerCamel format
     122 | ERROR   | Doc comment is empty
     131 | ERROR   | Doc comment is empty
     140 | ERROR   | Doc comment is empty
     149 | ERROR   | Doc comment is empty
     154 | WARNING | Line exceeds 80 characters; contains 94 characters
     157 | ERROR   | Doc comment is empty
     160 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetEditButtonAccess__ReturnsTrue" is not in lowerCamel format
     167 | ERROR   | Doc comment is empty
     170 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetEditButtonAccess__ReturnsFalse" is not in lowerCamel format
     177 | ERROR   | Doc comment is empty
     180 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetReplaceButtonAccess__GivenOneEntityAndSettingTrue__ReturnTrue" is not in lowerCamel format
     186 | ERROR   | Doc comment is empty
     189 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetReplaceButtonAccess__GivenOneEntityAndNoSetting__ReturnFalse" is not in lowerCamel format
     194 | ERROR   | Doc comment is empty
     197 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetReplaceButtonAccess__GivenMultipleEntitiesAndSettingTrue__ReturnFalse" is not in lowerCamel format
     202 | ERROR   | Doc comment is empty
     205 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetFirstColumn__GivenRenderedEntitySetting__ReturnMediaRenderArray" is not in lowerCamel format
     218 | ERROR   | Doc comment is empty
     221 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetFirstColumn__GivenLabelSetting__ReturnMarkupRenderArray" is not in lowerCamel format
     230 | ERROR   | Doc comment is empty
     233 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenSetting__ReturnMarkup" is not in lowerCamel format
     241 | ERROR   | Doc comment is empty
     244 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenEmptySetting__ReturnNull" is not in lowerCamel format
     250 | ERROR   | Doc comment is empty
     253 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenNoSetting__ReturnNull" is not in lowerCamel format
     258 | ERROR   | Doc comment is empty
     261 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetFirstColumnHeader__GivenRenderedEntitySetting__ReturnThumbnailString" is not in lowerCamel format
     266 | ERROR   | Doc comment is empty
     269 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetFirstColumnHeader__GivenLabelSetting__ReturnTitleString" is not in lowerCamel format
     274 | ERROR   | Doc comment is empty
     277 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetAdditionalFieldsHeader__GivenNoSettings__ReturnsNull" is not in lowerCamel format
     281 | ERROR   | Doc comment is empty
     284 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetAdditionalFieldsHeader__GivenSetting__ReturnsMarkup" is not in lowerCamel format
     289 | ERROR   | Doc comment is empty
     292 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetAdditionalFieldsHeader__GivenEmptySetting__ReturnsNull" is not in lowerCamel format
     297 | ERROR   | Doc comment is empty
     300 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenDisplayEditButtonSetting__ReturnActionString" is not in lowerCamel format
     305 | ERROR   | Doc comment is empty
     308 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenDisplayRemoveButtonSetting__ReturnActionString" is not in lowerCamel format
     313 | ERROR   | Doc comment is empty
     316 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenDisplayReplaceButtonSetting__ReturnActionString" is not in lowerCamel format
     321 | ERROR   | Doc comment is empty
     324 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testGetActionColumnHeader__GivenAllDisplayButtonSettingsFalse__ReturnNull" is not in lowerCamel format
     332 | ERROR   | Doc comment is empty
     335 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenEmptyOptionsList__ReturnEmptyArray" is not in lowerCamel format
     341 | ERROR   | Doc comment is empty
     344 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__GivenOptionsStatus__ReturnArray" is not in lowerCamel format
     350 | ERROR   | Doc comment is empty
     353 | ERROR   | Public method name "EntityReferenceBrowserTableWidgetTests::testAdditionalFields__NoSetting__ReturnNull" is not in lowerCamel format
     357 | ERROR   | Doc comment is empty
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/entity_browser_table/README.md
    ---------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ---------------------------------------------------------------------------------------------------
     21 | WARNING | Line exceeds 80 characters; contains 88 characters
     30 | WARNING | Line exceeds 80 characters; contains 118 characters
    ---------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/entity_browser_table/src/Plugin/Field/FieldWidget/EntityReferenceBrowserTableWidget.php
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 28 ERRORS AND 1 WARNING AFFECTING 28 LINES
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
      37 | ERROR   | [ ] Missing member variable doc comment
      39 | ERROR   | [ ] Missing member variable doc comment
      41 | ERROR   | [ ] Missing member variable doc comment
      43 | ERROR   | [ ] Missing member variable doc comment
      45 | ERROR   | [ ] Missing member variable doc comment
      47 | ERROR   | [ ] Missing member variable doc comment
      49 | ERROR   | [ ] Doc comment is empty
      73 | ERROR   | [ ] Doc comment is empty
      89 | ERROR   | [x] Multi-line function declarations must have a trailing comma after the last parameter
      89 | ERROR   | [x] The closing parenthesis of a multi-line function declaration must be on a new line
     116 | ERROR   | [ ] Doc comment is empty
     138 | ERROR   | [ ] Doc comment is empty
     194 | ERROR   | [ ] Doc comment is empty
     211 | ERROR   | [ ] Doc comment is empty
     226 | WARNING | [ ] Unused variable $replace_button_access.
     261 | ERROR   | [ ] Doc comment is empty
     271 | ERROR   | [ ] Doc comment is empty
     300 | ERROR   | [ ] Doc comment is empty
     323 | ERROR   | [ ] Doc comment is empty
     346 | ERROR   | [ ] Doc comment is empty
     360 | ERROR   | [ ] Doc comment is empty
     367 | ERROR   | [ ] Missing short description in doc comment
     381 | ERROR   | [ ] Missing short description in doc comment
     398 | ERROR   | [ ] Doc comment is empty
     407 | ERROR   | [ ] Doc comment is empty
     416 | ERROR   | [ ] Doc comment is empty
     425 | ERROR   | [ ] Missing short description in doc comment
     438 | ERROR   | [ ] Missing short description in doc comment
     439 | ERROR   | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
    
    Time: 329ms; Memory: 12MB
    
    āžœ  contrib

    Thank you.

Production build 0.71.5 2024