Fix the issues reported by phpcs

Created on 10 March 2023, over 1 year ago
Updated 11 March 2024, 4 months ago

First, thanks for making this module available on d.o .

Problem/Motivation

It would be great to fix all the PHPCS issues:

I listed a few issues below. A complete set of issues is available in the attached file → .

FILE: /var/www/html/web/modules/custom/xtc/src/PluginManager/XtcFieldType/XtcFieldTypeInterface.php
---------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------
 11 | ERROR | [x] Opening brace should be on the same line as the declaration
 12 | ERROR | [x] Missing function doc comment
 12 | ERROR | [x] Expected 1 blank line before function; 0 found
---------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------


FILE: /var/www/html/web/modules/custom/xtc/src/PluginManager/XtcFieldType/XtcFieldTypePluginBase.php
----------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------
 15 | ERROR   | Missing parameter comment
 16 | ERROR   | Missing parameter comment
 16 | ERROR   | Missing parameter type
 17 | ERROR   | Missing parameter comment
 17 | ERROR   | Missing parameter type
 19 | WARNING | Possible useless method overriding detected
----------------------------------------------------------------------------------------------------


FILE: /var/www/html/web/modules/custom/xtc/src/PluginManager/XtcRequest/XtcRequestPluginManager.php
---------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------
 14 | WARNING | Line exceeds 80 characters; contains 83 characters
 33 | WARNING | Line exceeds 80 characters; contains 84 characters
---------------------------------------------------------------------------------------------------


FILE: /var/www/html/web/modules/custom/xtc/src/PluginManager/XtcServer/XtcServerPluginManager.php
-------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------
 14 | WARNING | Line exceeds 80 characters; contains 81 characters
 33 | WARNING | Line exceeds 80 characters; contains 83 characters
-------------------------------------------------------------------------------------------------


FILE: /var/www/html/web/modules/custom/xtc/src/PluginManager/XtcHandler/XtcHandlerInterface.php
-----------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
-----------------------------------------------------------------------------------------------
 11 | ERROR | [x] Opening brace should be on the same line as the declaration
 21 | ERROR | [x] Missing function doc comment
 23 | ERROR | [x] Missing function doc comment
 25 | ERROR | [x] Missing function doc comment
 27 | ERROR | [x] Missing function doc comment
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------

Steps to reproduce

Run the command for the list of PHPCS issues.

phpcs --standard="DrupalPractice,DrupalStandard" xtc

Proposed resolution

Resolve all the issues. phpcs-issues.txt →

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

RTBC

Version

2.0

Component

Code

Created by

🇮🇳India arunkumark Coimbatore

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

Merge Requests

Comments & Activities

  • Issue created by @arunkumark
  • Merge request !2Coding standard fix → (Open) created by arunkumark
  • Status changed to Needs work over 1 year ago
  • 🇮🇳India arunkumark Coimbatore

    Created MR by resolving a few minor issues. Need to resolve remaining valid PHPCS issues.

    https://git.drupalcode.org/project/xtc/-/merge_requests/2

  • Assigned to kunal_sahu
  • 🇮🇳India kunal_sahu Karnataka
  • 🇮🇳India kunal_sahu Karnataka

    Hi I could reproduce the issue's there are many PHPCS issue.

    kunal@LAPTOP-G4FTKS5H MINGW64 /c/xampp/htdocs/contributions
    $ vendor/bin/phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml web/modules/contrib/xtc-3347143/
    FILE: ...ns\web\modules\contrib\xtc-3347143\help\docs\about\architecture.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     5 | WARNING | Line exceeds 80 characters; contains 81 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...tions\web\modules\contrib\xtc-3347143\help\docs\about\need-work.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     35 | WARNING | Line exceeds 80 characters; contains 81 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ions\web\modules\contrib\xtc-3347143\help\docs\about\principles.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
    ------------------------------------------------------------------------
     16 | WARNING | Line exceeds 80 characters; contains 81 characters
     26 | WARNING | Line exceeds 80 characters; contains 81 characters
     34 | WARNING | Line exceeds 80 characters; contains 88 characters
     42 | WARNING | Line exceeds 80 characters; contains 81 characters
     57 | WARNING | Line exceeds 80 characters; contains 82 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...eb\modules\contrib\xtc-3347143\help\docs\about\technical-vision.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ------------------------------------------------------------------------
     5 | WARNING | Line exceeds 80 characters; contains 82 characters
     8 | WARNING | Line exceeds 80 characters; contains 81 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...dules\contrib\xtc-3347143\help\docs\coding-xtc\elastica-profile.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ------------------------------------------------------------------------
       5 | WARNING | Line exceeds 80 characters; contains 188 characters
      50 | WARNING | Line exceeds 80 characters; contains 124 characters
      80 | WARNING | Line exceeds 80 characters; contains 93 characters
     104 | WARNING | Line exceeds 80 characters; contains 127 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...\contrib\xtc-3347143\help\docs\coding-xtc\elasticsearch-profile.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 8 WARNINGS AFFECTING 8 LINES
    ------------------------------------------------------------------------
       5 | WARNING | Line exceeds 80 characters; contains 188 characters
      26 | WARNING | Line exceeds 80 characters; contains 155 characters
      27 | WARNING | Line exceeds 80 characters; contains 129 characters
      40 | WARNING | Line exceeds 80 characters; contains 84 characters
      43 | WARNING | Line exceeds 80 characters; contains 120 characters
      68 | WARNING | Line exceeds 80 characters; contains 124 characters
      84 | WARNING | Line exceeds 80 characters; contains 93 characters
     104 | WARNING | Line exceeds 80 characters; contains 123 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...b\modules\contrib\xtc-3347143\help\docs\coding-xtc\file-profile.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 8 WARNINGS AFFECTING 8 LINES
    ------------------------------------------------------------------------
       5 | WARNING | Line exceeds 80 characters; contains 148 characters
      20 | WARNING | Line exceeds 80 characters; contains 124 characters
      36 | WARNING | Line exceeds 80 characters; contains 93 characters
      54 | WARNING | Line exceeds 80 characters; contains 108 characters
      56 | WARNING | Line exceeds 80 characters; contains 115 characters
      71 | WARNING | Line exceeds 80 characters; contains 87 characters
      90 | WARNING | Line exceeds 80 characters; contains 118 characters
     116 | WARNING | Line exceeds 80 characters; contains 90 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...modules\contrib\xtc-3347143\help\docs\coding-xtc\guzzle-profile.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 8 WARNINGS AFFECTING 8 LINES
    ------------------------------------------------------------------------
       5 | WARNING | Line exceeds 80 characters; contains 181 characters
      26 | WARNING | Line exceeds 80 characters; contains 155 characters
      27 | WARNING | Line exceeds 80 characters; contains 129 characters
      40 | WARNING | Line exceeds 80 characters; contains 84 characters
      43 | WARNING | Line exceeds 80 characters; contains 120 characters
      68 | WARNING | Line exceeds 80 characters; contains 124 characters
      84 | WARNING | Line exceeds 80 characters; contains 93 characters
     104 | WARNING | Line exceeds 80 characters; contains 123 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ns\web\modules\contrib\xtc-3347143\help\docs\coding-xtc\request.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ------------------------------------------------------------------------
      5 | WARNING | Line exceeds 80 characters; contains 155 characters
     17 | WARNING | Line exceeds 80 characters; contains 119 characters
     38 | WARNING | Line exceeds 80 characters; contains 110 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ons\web\modules\contrib\xtc-3347143\help\docs\coding-xtc\server.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 9 WARNINGS AFFECTING 9 LINES
    ------------------------------------------------------------------------
      5 | WARNING | Line exceeds 80 characters; contains 147 characters
     20 | WARNING | Line exceeds 80 characters; contains 122 characters
     44 | WARNING | Line exceeds 80 characters; contains 93 characters
     48 | WARNING | Line exceeds 80 characters; contains 81 characters
     55 | WARNING | Line exceeds 80 characters; contains 144 characters
     60 | WARNING | Line exceeds 80 characters; contains 94 characters
     68 | WARNING | Line exceeds 80 characters; contains 103 characters
     70 | WARNING | Line exceeds 80 characters; contains 86 characters
     71 | WARNING | Line exceeds 80 characters; contains 105 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...b\modules\contrib\xtc-3347143\help\docs\helpers\plugins-helpers.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ------------------------------------------------------------------------
      3 | WARNING | Line exceeds 80 characters; contains 83 characters
     11 | WARNING | Line exceeds 80 characters; contains 83 characters
     20 | WARNING | Line exceeds 80 characters; contains 92 characters
     75 | WARNING | Line exceeds 80 characters; contains 101 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...s\contributions\web\modules\contrib\xtc-3347143\help\docs\index.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
    ------------------------------------------------------------------------
     15 | WARNING | Line exceeds 80 characters; contains 89 characters
     21 | WARNING | Line exceeds 80 characters; contains 109 characters
     22 | WARNING | Line exceeds 80 characters; contains 112 characters
     25 | WARNING | Line exceeds 80 characters; contains 86 characters
     52 | WARNING | Line exceeds 80 characters; contains 113 characters
     55 | WARNING | Line exceeds 80 characters; contains 111 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ributions\web\modules\contrib\xtc-3347143\help\docs\modules\xtc.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ons\web\modules\contrib\xtc-3347143\help\docs\modules\xtcdrupal.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...s\web\modules\contrib\xtc-3347143\help\docs\modules\xtcelastica.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...\modules\contrib\xtc-3347143\help\docs\modules\xtcelasticsearch.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...tions\web\modules\contrib\xtc-3347143\help\docs\modules\xtcfile.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ons\web\modules\contrib\xtc-3347143\help\docs\modules\xtcguzzle.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ons\web\modules\contrib\xtc-3347143\help\docs\modules\xtcschema.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ons\web\modules\contrib\xtc-3347143\help\docs\modules\xtcsearch.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     19 | WARNING | Line exceeds 80 characters; contains 85 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...s\web\modules\contrib\xtc-3347143\help\docs\plugins\xtc-plugins.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
    ------------------------------------------------------------------------
     24 | WARNING | Line exceeds 80 characters; contains 97 characters
     31 | WARNING | Line exceeds 80 characters; contains 89 characters
     42 | WARNING | Line exceeds 80 characters; contains 92 characters
     44 | WARNING | Line exceeds 80 characters; contains 122 characters
     54 | WARNING | Line exceeds 80 characters; contains 93 characters
     56 | WARNING | Line exceeds 80 characters; contains 123 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...dules\contrib\xtc-3347143\help\docs\plugins\xtcsearchui-plugins.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ------------------------------------------------------------------------
      9 | WARNING | Line exceeds 80 characters; contains 93 characters
     20 | WARNING | Line exceeds 80 characters; contains 90 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...s\web\modules\contrib\xtc-3347143\help\docs\search\search-block.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES
    ------------------------------------------------------------------------
       3 | WARNING | Line exceeds 80 characters; contains 98 characters
      41 | WARNING | Line exceeds 80 characters; contains 150 characters
      71 | WARNING | Line exceeds 80 characters; contains 119 characters
     112 | WARNING | Line exceeds 80 characters; contains 88 characters
     117 | WARNING | Line exceeds 80 characters; contains 130 characters
     119 | WARNING | Line exceeds 80 characters; contains 112 characters
     120 | WARNING | Line exceeds 80 characters; contains 117 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...web\modules\contrib\xtc-3347143\help\docs\search\search-display.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 14 WARNINGS AFFECTING 14 LINES
    ------------------------------------------------------------------------
      12 | WARNING | Line exceeds 80 characters; contains 148 characters
      32 | WARNING | Line exceeds 80 characters; contains 94 characters
      35 | WARNING | Line exceeds 80 characters; contains 162 characters
      54 | WARNING | Line exceeds 80 characters; contains 112 characters
      73 | WARNING | Line exceeds 80 characters; contains 93 characters
      89 | WARNING | Line exceeds 80 characters; contains 140 characters
      92 | WARNING | Line exceeds 80 characters; contains 88 characters
      99 | WARNING | Line exceeds 80 characters; contains 93 characters
     228 | WARNING | Line exceeds 80 characters; contains 102 characters
     240 | WARNING | Line exceeds 80 characters; contains 137 characters
     256 | WARNING | Line exceeds 80 characters; contains 112 characters
     271 | WARNING | Line exceeds 80 characters; contains 93 characters
     285 | WARNING | Line exceeds 80 characters; contains 140 characters
     288 | WARNING | Line exceeds 80 characters; contains 88 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...ns\web\modules\contrib\xtc-3347143\help\docs\search\search-page.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ------------------------------------------------------------------------
      76 | WARNING | Line exceeds 80 characters; contains 150 characters
     149 | WARNING | Line exceeds 80 characters; contains 127 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...web\modules\contrib\xtc-3347143\help\docs\search\search-profile.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 15 WARNINGS AFFECTING 15 LINES
    ------------------------------------------------------------------------
      12 | WARNING | Line exceeds 80 characters; contains 141 characters
      79 | WARNING | Line exceeds 80 characters; contains 93 characters
     121 | WARNING | Line exceeds 80 characters; contains 90 characters
     127 | WARNING | Line exceeds 80 characters; contains 95 characters
     130 | WARNING | Line exceeds 80 characters; contains 95 characters
     134 | WARNING | Line exceeds 80 characters; contains 90 characters
     137 | WARNING | Line exceeds 80 characters; contains 95 characters
     140 | WARNING | Line exceeds 80 characters; contains 95 characters
     152 | WARNING | Line exceeds 80 characters; contains 96 characters
     197 | WARNING | Line exceeds 80 characters; contains 99 characters
     209 | WARNING | Line exceeds 80 characters; contains 115 characters
     211 | WARNING | Line exceeds 80 characters; contains 108 characters
     227 | WARNING | Line exceeds 80 characters; contains 103 characters
     241 | WARNING | Line exceeds 80 characters; contains 86 characters
     243 | WARNING | Line exceeds 80 characters; contains 109 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...eb\modules\contrib\xtc-3347143\help\docs\using-xtc\load-content.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ------------------------------------------------------------------------
     36 | WARNING | Line exceeds 80 characters; contains 99 characters
     91 | WARNING | Line exceeds 80 characters; contains 108 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...odules\contrib\xtc-3347143\help\docs\using-xtc\override-profile.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     26 | WARNING | Line exceeds 80 characters; contains 81 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...mpp\htdocs\contributions\web\modules\contrib\xtc-3347143\README.md
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ------------------------------------------------------------------------
      6 | WARNING | Line exceeds 80 characters; contains 90 characters
     15 | WARNING | Line exceeds 80 characters; contains 116 characters
    ------------------------------------------------------------------------
    
    
    FILE: ...tions\web\modules\contrib\xtc-3347143\src\Annotation\XtcAction.php
    ------------------------------------------------------------------------
    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: ...utions\web\modules\contrib\xtc-3347143\src\Annotation\XtcCache.php
    ------------------------------------------------------------------------
    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: ...ns\web\modules\contrib\xtc-3347143\src\Annotation\XtcFieldType.php
    ------------------------------------------------------------------------
    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: ...ions\web\modules\contrib\xtc-3347143\src\Annotation\XtcHandler.php
    ------------------------------------------------------------------------
    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: ...ns\web\modules\contrib\xtc-3347143\src\Plugin\XtcAction\Entity.php
    ------------------------------------------------------------------------
    FOUND 6 ERRORS AND 1 WARNING AFFECTING 6 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     18 | ERROR   | [ ] Missing short description in doc comment
     23 | ERROR   | [ ] Missing short description in doc comment
     24 | ERROR   | [ ] Missing parameter comment
     24 | ERROR   | [ ] Missing parameter type
     26 | ERROR   | [ ] Description for the @return value is missing
     32 | WARNING | [ ] The variable name should be defined after the type
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...tions\web\modules\contrib\xtc-3347143\src\Plugin\XtcAction\Get.php
    ------------------------------------------------------------------------
    FOUND 11 ERRORS AFFECTING 9 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     18 | ERROR | [ ] Doc comment is empty
     23 | ERROR | [ ] Missing short description in doc comment
     24 | ERROR | [ ] Missing parameter comment
     24 | ERROR | [ ] Missing parameter type
     57 | ERROR | [ ] Doc comment is empty
     63 | ERROR | [ ] Doc comment is empty
     77 | ERROR | [ ] Missing short description in doc comment
     78 | ERROR | [ ] Missing parameter comment
     78 | ERROR | [ ] Missing parameter type
     80 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...eb\modules\contrib\xtc-3347143\src\Plugin\XtcAction\JsonWriter.php
    ------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     18 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...s\web\modules\contrib\xtc-3347143\src\Plugin\XtcAction\SymLink.php
    ------------------------------------------------------------------------
    FOUND 5 ERRORS AND 1 WARNING AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     19 | ERROR   | [ ] Doc comment is empty
     24 | ERROR   | [ ] Missing short description in doc comment
     25 | ERROR   | [ ] Missing parameter comment
     25 | ERROR   | [ ] Missing parameter type
     32 | WARNING | [ ] Line exceeds 80 characters; contains 98 characters
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ns\web\modules\contrib\xtc-3347143\src\Plugin\XtcAction\Writer.php
    ------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 6 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     20 | ERROR | [ ] Missing short description in doc comment
     21 | ERROR | [ ] Missing parameter comment
     21 | ERROR | [ ] Missing parameter type
     53 | ERROR | [ ] Doc comment is empty
     86 | ERROR | [ ] Doc comment is empty
     92 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...web\modules\contrib\xtc-3347143\src\Plugin\XtcHandler\DummyGet.php
    ------------------------------------------------------------------------
    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: ...web\modules\contrib\xtc-3347143\src\Plugin\XtcHandler\TouchGet.php
    ------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     18 | ERROR | [ ] Missing short description in doc comment
     19 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...rib\xtc-3347143\src\PluginManager\XtcAction\XtcActionInterface.php
    ------------------------------------------------------------------------
    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: ...ib\xtc-3347143\src\PluginManager\XtcAction\XtcActionPluginBase.php
    ------------------------------------------------------------------------
    FOUND 31 ERRORS AFFECTING 27 LINES
    ------------------------------------------------------------------------
       1 | ERROR | [x] End of line character is invalid; expected "\n" but
         |       |     found "\r\n"
      17 | ERROR | [ ] Comment indentation error, expected only 1 spaces
      22 | ERROR | [ ] Comment indentation error, expected only 2 spaces
      26 | ERROR | [ ] Missing short description in doc comment
      31 | ERROR | [ ] Missing short description in doc comment
      36 | ERROR | [ ] Missing short description in doc comment
      41 | ERROR | [ ] Missing short description in doc comment
      46 | ERROR | [ ] Missing member variable doc comment
      56 | ERROR | [ ] Missing short description in doc comment
      57 | ERROR | [ ] Missing parameter comment
      57 | ERROR | [ ] Missing parameter type
      62 | ERROR | [ ] Missing short description in doc comment
      63 | ERROR | [ ] Missing parameter comment
      63 | ERROR | [ ] Missing parameter type
      72 | ERROR | [ ] Missing short description in doc comment
      73 | ERROR | [ ] Missing parameter comment
      77 | ERROR | [ ] Type hint "array" missing for $definition
      82 | ERROR | [ ] Missing short description in doc comment
      83 | ERROR | [ ] Missing parameter comment
      92 | ERROR | [ ] Missing short description in doc comment
      93 | ERROR | [ ] Missing parameter comment
     102 | ERROR | [ ] Missing short description in doc comment
     103 | ERROR | [ ] Missing parameter comment
     112 | ERROR | [ ] Doc comment is empty
     124 | ERROR | [ ] key_exists() is a function name alias, use
         |       |     array_key_exists() instead
     157 | ERROR | [ ] Missing short description in doc comment
     158 | ERROR | [ ] Missing parameter comment
     158 | ERROR | [ ] Missing parameter type
     159 | ERROR | [ ] Missing parameter comment
     159 | ERROR | [ ] Missing parameter type
     161 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...xtc-3347143\src\PluginManager\XtcAction\XtcActionPluginManager.php
    ------------------------------------------------------------------------
    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: ...ntrib\xtc-3347143\src\PluginManager\XtcCache\XtcCacheInterface.php
    ------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     12 | ERROR | [ ] Missing short description in doc comment
     13 | ERROR | [ ] Description for the @return value is missing
     17 | ERROR | [ ] Doc comment is empty
     22 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...trib\xtc-3347143\src\PluginManager\XtcCache\XtcCachePluginBase.php
    ------------------------------------------------------------------------
    FOUND 13 ERRORS AND 1 WARNING AFFECTING 12 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     12 | ERROR   | [ ] Missing short description in doc comment
     20 | ERROR   | [ ] Missing parameter comment
     21 | ERROR   | [ ] Missing parameter comment
     21 | ERROR   | [ ] Missing parameter type
     22 | ERROR   | [ ] Missing parameter comment
     22 | ERROR   | [ ] Missing parameter type
     24 | WARNING | [ ] Possible useless method overriding detected
     28 | ERROR   | [ ] Missing short description in doc comment
     29 | ERROR   | [ ] Description for the @return value is missing
     35 | ERROR   | [ ] Missing short description in doc comment
     36 | ERROR   | [ ] Description for the @return value is missing
     47 | ERROR   | [ ] Doc comment is empty
     54 | ERROR   | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...b\xtc-3347143\src\PluginManager\XtcCache\XtcCachePluginManager.php
    ------------------------------------------------------------------------
    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-3347143\src\PluginManager\XtcFieldType\XtcFieldTypeInterface.php
    ------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     12 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...-3347143\src\PluginManager\XtcFieldType\XtcFieldTypePluginBase.php
    ------------------------------------------------------------------------
    FOUND 6 ERRORS AND 1 WARNING AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     15 | ERROR   | [ ] Missing parameter comment
     16 | ERROR   | [ ] Missing parameter comment
     16 | ERROR   | [ ] Missing parameter type
     17 | ERROR   | [ ] Missing parameter comment
     17 | ERROR   | [ ] Missing parameter type
     19 | WARNING | [ ] Possible useless method overriding detected
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...47143\src\PluginManager\XtcFieldType\XtcFieldTypePluginManager.php
    ------------------------------------------------------------------------
    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: ...b\xtc-3347143\src\PluginManager\XtcHandler\XtcHandlerInterface.php
    ------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     20 | ERROR | [ ] Doc comment is empty
     25 | ERROR | [ ] Doc comment is empty
     30 | ERROR | [ ] Doc comment is empty
     35 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...\xtc-3347143\src\PluginManager\XtcHandler\XtcHandlerPluginBase.php
    ------------------------------------------------------------------------
    FOUND 47 ERRORS AFFECTING 42 LINES
    ------------------------------------------------------------------------
       1 | ERROR | [x] End of line character is invalid; expected "\n" but
         |       |     found "\r\n"
      15 | ERROR | [ ] Missing short description in doc comment
      20 | ERROR | [ ] Missing short description in doc comment
      25 | ERROR | [ ] Missing short description in doc comment
      30 | ERROR | [ ] Missing short description in doc comment
      35 | ERROR | [ ] Missing short description in doc comment
      40 | ERROR | [ ] Missing short description in doc comment
      48 | ERROR | [ ] Missing parameter comment
      49 | ERROR | [ ] Missing parameter comment
      49 | ERROR | [ ] Missing parameter type
      50 | ERROR | [ ] Missing parameter comment
      50 | ERROR | [ ] Missing parameter type
      58 | ERROR | [ ] Missing short description in doc comment
      59 | ERROR | [ ] Description for the @return value is missing
      73 | ERROR | [ ] Missing short description in doc comment
      74 | ERROR | [ ] Description for the @return value is missing
      81 | ERROR | [ ] Missing short description in doc comment
      82 | ERROR | [ ] Description for the @return value is missing
      88 | ERROR | [ ] Missing short description in doc comment
     104 | ERROR | [ ] Missing short description in doc comment
     105 | ERROR | [ ] Description for the @return value is missing
     116 | ERROR | [ ] Doc comment is empty
     143 | ERROR | [ ] Doc comment is empty
     169 | ERROR | [ ] Doc comment is empty
     175 | ERROR | [ ] Doc comment is empty
     181 | ERROR | [ ] Doc comment is empty
     187 | ERROR | [ ] Missing short description in doc comment
     188 | ERROR | [ ] Description for the @return value is missing
     195 | ERROR | [ ] Missing short description in doc comment
     196 | ERROR | [ ] Description for the @return value is missing
     202 | ERROR | [ ] Missing short description in doc comment
     203 | ERROR | [ ] Missing parameter comment
     203 | ERROR | [ ] Missing parameter type
     205 | ERROR | [ ] Description for the @return value is missing
     212 | ERROR | [ ] Missing short description in doc comment
     213 | ERROR | [ ] Missing parameter comment
     213 | ERROR | [ ] Missing parameter type
     222 | ERROR | [ ] Missing short description in doc comment
     223 | ERROR | [ ] Missing parameter comment
     225 | ERROR | [ ] Description for the @return value is missing
     232 | ERROR | [ ] Missing short description in doc comment
     233 | ERROR | [ ] Missing parameter comment
     233 | ERROR | [ ] Missing parameter type
     234 | ERROR | [ ] Missing parameter comment
     236 | ERROR | [ ] Description for the @return value is missing
     244 | ERROR | [ ] Missing short description in doc comment
     245 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...c-3347143\src\PluginManager\XtcHandler\XtcHandlerPluginManager.php
    ------------------------------------------------------------------------
    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: ...eb\modules\contrib\xtc-3347143\src\PluginManager\XtcPluginBase.php
    ------------------------------------------------------------------------
    FOUND 13 ERRORS AFFECTING 12 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      3 | ERROR | [ ] USE declarations must go after the namespace
        |       |     declaration
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Missing short description in doc comment
     17 | ERROR | [ ] Missing short description in doc comment
     18 | ERROR | [ ] Description for the @return value is missing
     24 | ERROR | [ ] Missing short description in doc comment
     25 | ERROR | [ ] Missing parameter comment
     25 | ERROR | [ ] Missing parameter type
     27 | ERROR | [ ] Description for the @return value is missing
     33 | ERROR | [ ] Missing short description in doc comment
     34 | ERROR | [ ] Missing parameter comment
     38 | ERROR | [ ] Type hint "array" missing for $options
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...rib\xtc-3347143\src\PluginManager\XtcProfile\XtcProfileDefault.php
    ------------------------------------------------------------------------
    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: ...b\xtc-3347143\src\PluginManager\XtcProfile\XtcProfileInterface.php
    ------------------------------------------------------------------------
    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-3347143\src\PluginManager\XtcProfile\XtcProfilePluginManager.php
    ------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     14 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
     33 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...rib\xtc-3347143\src\PluginManager\XtcRequest\XtcRequestDefault.php
    ------------------------------------------------------------------------
    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: ...b\xtc-3347143\src\PluginManager\XtcRequest\XtcRequestInterface.php
    ------------------------------------------------------------------------
    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-3347143\src\PluginManager\XtcRequest\XtcRequestPluginManager.php
    ------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     14 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
     33 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ntrib\xtc-3347143\src\PluginManager\XtcServer\XtcServerDefault.php
    ------------------------------------------------------------------------
    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: ...rib\xtc-3347143\src\PluginManager\XtcServer\XtcServerInterface.php
    ------------------------------------------------------------------------
    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: ...xtc-3347143\src\PluginManager\XtcServer\XtcServerPluginManager.php
    ------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     14 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
     33 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...rib\xtc-3347143\src\PluginManager\XtcTrigger\XtcTriggerDefault.php
    ------------------------------------------------------------------------
    FOUND 27 ERRORS AFFECTING 23 LINES
    ------------------------------------------------------------------------
       1 | ERROR | [x] End of line character is invalid; expected "\n" but
         |       |     found "\r\n"
      16 | ERROR | [ ] Missing short description in doc comment
      21 | ERROR | [ ] Missing short description in doc comment
      26 | ERROR | [ ] Missing short description in doc comment
      31 | ERROR | [ ] Missing member variable doc comment
      33 | ERROR | [ ] Missing member variable doc comment
      43 | ERROR | [ ] Missing short description in doc comment
      44 | ERROR | [ ] Missing parameter comment
      44 | ERROR | [ ] Missing parameter type
      45 | ERROR | [ ] Missing parameter comment
      45 | ERROR | [ ] Missing parameter type
      47 | ERROR | [ ] Description for the @return value is missing
      54 | ERROR | [ ] Missing short description in doc comment
      55 | ERROR | [ ] Description for the @return value is missing
      69 | ERROR | [ ] Doc comment is empty
      99 | ERROR | [ ] Doc comment is empty
     112 | ERROR | [ ] Doc comment is empty
     122 | ERROR | [ ] Doc comment is empty
     132 | ERROR | [ ] Missing short description in doc comment
     133 | ERROR | [ ] Description for the @return value is missing
     157 | ERROR | [ ] Doc comment is empty
     219 | ERROR | [ ] Missing short description in doc comment
     220 | ERROR | [ ] Missing parameter comment
     220 | ERROR | [ ] Missing parameter type
     221 | ERROR | [ ] Missing parameter comment
     221 | ERROR | [ ] Missing parameter type
     223 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...b\xtc-3347143\src\PluginManager\XtcTrigger\XtcTriggerInterface.php
    ------------------------------------------------------------------------
    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-3347143\src\PluginManager\XtcTrigger\XtcTriggerPluginManager.php
    ------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     18 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
     37 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...odules\contrib\xtc-3347143\src\XtendedContent\API\ExporterBase.php
    ------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ------------------------------------------------------------------------
     1 | ERROR | [x] End of line character is invalid; expected "\n" but
       |       |     found "\r\n"
     5 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...odules\contrib\xtc-3347143\src\XtendedContent\API\ImporterBase.php
    ------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ------------------------------------------------------------------------
     1 | ERROR | [x] End of line character is invalid; expected "\n" but
       |       |     found "\r\n"
     5 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...es\contrib\xtc-3347143\src\XtendedContent\API\ImportExportBase.php
    ------------------------------------------------------------------------
    FOUND 26 ERRORS AFFECTING 21 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      8 | ERROR | [ ] Doc comment is empty
     13 | ERROR | [ ] Missing short description in doc comment
     14 | ERROR | [ ] Missing parameter comment
     14 | ERROR | [ ] Missing parameter type
     15 | ERROR | [ ] Missing parameter comment
     17 | ERROR | [ ] Description for the @return value is missing
     19 | ERROR | [ ] Type hint "array" missing for $options
     26 | ERROR | [ ] Missing short description in doc comment
     27 | ERROR | [ ] Missing parameter comment
     27 | ERROR | [ ] Missing parameter type
     28 | ERROR | [ ] Missing parameter comment
     30 | ERROR | [ ] Description for the @return value is missing
     32 | ERROR | [ ] Type hint "array" missing for $options
     36 | ERROR | [ ] Missing short description in doc comment
     37 | ERROR | [ ] Missing parameter comment
     37 | ERROR | [ ] Missing parameter type
     39 | ERROR | [ ] Description for the @return value is missing
     45 | ERROR | [ ] Missing short description in doc comment
     46 | ERROR | [ ] Missing parameter comment
     46 | ERROR | [ ] Missing parameter type
     47 | ERROR | [ ] Missing parameter comment
     47 | ERROR | [ ] Missing parameter type
     48 | ERROR | [ ] Missing parameter comment
     50 | ERROR | [ ] Description for the @return value is missing
     52 | ERROR | [ ] Type hint "array" missing for $options
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...web\modules\contrib\xtc-3347143\src\XtendedContent\API\ToolBox.php
    ------------------------------------------------------------------------
    FOUND 58 ERRORS AND 1 WARNING AFFECTING 47 LINES
    ------------------------------------------------------------------------
       1 | ERROR   | [x] End of line character is invalid; expected "\n"
         |         |     but found "\r\n"
      12 | WARNING | [ ] The class short comment should describe what the
         |         |     class does and not simply repeat the class name
      16 | ERROR   | [ ] Doc comment short description must end with a full
         |         |     stop
      19 | ERROR   | [ ] Parameter comment must start with a capital letter
      21 | ERROR   | [ ] Description for the @return value is missing
      46 | ERROR   | [ ] Missing short description in doc comment
      47 | ERROR   | [ ] Missing parameter comment
      47 | ERROR   | [ ] Missing parameter type
      49 | ERROR   | [ ] Description for the @return value is missing
      56 | ERROR   | [ ] Missing short description in doc comment
      57 | ERROR   | [ ] Missing parameter comment
      57 | ERROR   | [ ] Missing parameter type
      59 | ERROR   | [ ] Description for the @return value is missing
      66 | ERROR   | [ ] Missing short description in doc comment
      67 | ERROR   | [ ] Missing parameter comment
      67 | ERROR   | [ ] Missing parameter type
      68 | ERROR   | [ ] Missing parameter comment
      68 | ERROR   | [ ] Missing parameter type
      70 | ERROR   | [ ] Description for the @return value is missing
      78 | ERROR   | [ ] Missing short description in doc comment
      79 | ERROR   | [ ] Missing parameter comment
      79 | ERROR   | [ ] Missing parameter type
      80 | ERROR   | [ ] Missing parameter comment
      80 | ERROR   | [ ] Missing parameter type
      81 | ERROR   | [ ] Missing parameter comment
      81 | ERROR   | [ ] Missing parameter type
      83 | ERROR   | [ ] Description for the @return value is missing
      90 | ERROR   | [ ] Missing short description in doc comment
      91 | ERROR   | [ ] Missing parameter comment
      91 | ERROR   | [ ] Missing parameter type
      92 | ERROR   | [ ] Missing parameter comment
      92 | ERROR   | [ ] Missing parameter type
      93 | ERROR   | [ ] Missing parameter comment
      93 | ERROR   | [ ] Missing parameter type
      95 | ERROR   | [ ] Description for the @return value is missing
     102 | ERROR   | [ ] Doc comment is empty
     110 | ERROR   | [ ] Missing short description in doc comment
     111 | ERROR   | [ ] Description for the @return value is missing
     126 | ERROR   | [ ] Doc comment is empty
     143 | ERROR   | [ ] Missing short description in doc comment
     144 | ERROR   | [ ] Missing parameter comment
     144 | ERROR   | [ ] Missing parameter type
     145 | ERROR   | [ ] Missing parameter comment
     147 | ERROR   | [ ] Description for the @return value is missing
     149 | ERROR   | [ ] Type hint "false" missing for $isFieldable
     170 | ERROR   | [ ] Missing short description in doc comment
     171 | ERROR   | [ ] Missing parameter comment
     171 | ERROR   | [ ] Missing parameter type
     172 | ERROR   | [ ] Missing parameter comment
     174 | ERROR   | [ ] Description for the @return value is missing
     190 | ERROR   | [ ] key_exists() is a function name alias, use
         |         |     array_key_exists() instead
     200 | ERROR   | [ ] Doc comment is empty
     211 | ERROR   | [ ] Missing short description in doc comment
     212 | ERROR   | [ ] Description for the @return value is missing
     228 | ERROR   | [ ] Missing short description in doc comment
     229 | ERROR   | [ ] Description for the @return value is missing
     240 | ERROR   | [ ] Doc comment is empty
     249 | ERROR   | [ ] Doc comment is empty
     262 | ERROR   | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...\modules\contrib\xtc-3347143\src\XtendedContent\API\WriterBase.php
    ------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      5 | ERROR | [ ] Doc comment is empty
     10 | ERROR | [ ] Missing short description in doc comment
     11 | ERROR | [ ] Missing parameter comment
     11 | ERROR | [ ] Missing parameter type
     12 | ERROR | [ ] Missing parameter comment
     12 | ERROR | [ ] Missing parameter type
     13 | ERROR | [ ] Missing parameter comment
     15 | ERROR | [ ] Description for the @return value is missing
     17 | ERROR | [ ] Type hint "array" missing for $options
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...s\contrib\xtc-3347143\src\XtendedContent\API\XtcContentBuilder.php
    ------------------------------------------------------------------------
    FOUND 21 ERRORS AFFECTING 21 LINES
    ------------------------------------------------------------------------
       1 | ERROR | [x] End of line character is invalid; expected "\n" but
         |       |     found "\r\n"
       7 | ERROR | [ ] Doc comment is empty
      12 | ERROR | [ ] Missing short description in doc comment
      13 | ERROR | [ ] Missing parameter comment
      14 | ERROR | [ ] Missing parameter comment
      15 | ERROR | [ ] Missing parameter comment
      17 | ERROR | [ ] Description for the @return value is missing
      53 | ERROR | [ ] Missing short description in doc comment
      54 | ERROR | [ ] Missing parameter comment
      55 | ERROR | [ ] Missing parameter comment
      57 | ERROR | [ ] Description for the @return value is missing
      71 | ERROR | [ ] Missing short description in doc comment
      72 | ERROR | [ ] Missing parameter comment
      73 | ERROR | [ ] Missing parameter comment
      75 | ERROR | [ ] Description for the @return value is missing
     103 | ERROR | [ ] Missing short description in doc comment
     104 | ERROR | [ ] Missing parameter comment
     105 | ERROR | [ ] Missing parameter comment
     106 | ERROR | [ ] Missing parameter comment
     107 | ERROR | [ ] Missing parameter comment
     109 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ib\xtc-3347143\src\XtendedContent\API\XtcElasticaLoaderMapping.php
    ------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Doc comment is empty
     19 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...les\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderAction.php
    ------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 6 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Doc comment is empty
     21 | ERROR | [ ] Doc comment is empty
     28 | ERROR | [ ] Doc comment is empty
     63 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...dules\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderBase.php
    ------------------------------------------------------------------------
    FOUND 13 ERRORS AND 1 WARNING AFFECTING 12 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
      9 | WARNING | [ ] The class short comment should describe what the
        |         |     class does and not simply repeat the class name
     12 | ERROR   | [ ] Doc comment is empty
     19 | ERROR   | [ ] Doc comment is empty
     31 | ERROR   | [ ] Doc comment is empty
     42 | ERROR   | [ ] Doc comment is empty
     47 | ERROR   | [ ] Missing short description in doc comment
     48 | ERROR   | [ ] Missing parameter comment
     48 | ERROR   | [ ] Missing parameter type
     50 | ERROR   | [ ] Description for the @return value is missing
     66 | ERROR   | [ ] Missing short description in doc comment
     67 | ERROR   | [ ] Missing parameter comment
     67 | ERROR   | [ ] Missing parameter type
     69 | ERROR   | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ules\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderCache.php
    ------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Doc comment is empty
     19 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderFieldType.php
    ------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 9 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Missing short description in doc comment
     13 | ERROR | [ ] Missing parameter comment
     13 | ERROR | [ ] Missing parameter type
     14 | ERROR | [ ] Missing parameter comment
     16 | ERROR | [ ] Description for the @return value is missing
     18 | ERROR | [ ] Type hint "array" missing for $options
     28 | ERROR | [ ] Missing short description in doc comment
     29 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...es\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderHandler.php
    ------------------------------------------------------------------------
    FOUND 16 ERRORS AFFECTING 14 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Missing short description in doc comment
     13 | ERROR | [ ] Missing parameter comment
     13 | ERROR | [ ] Missing parameter type
     14 | ERROR | [ ] Missing parameter comment
     16 | ERROR | [ ] Description for the @return value is missing
     18 | ERROR | [ ] Type hint "array" missing for $options
     25 | ERROR | [ ] Missing short description in doc comment
     26 | ERROR | [ ] Description for the @return value is missing
     32 | ERROR | [ ] Missing short description in doc comment
     33 | ERROR | [ ] Missing parameter comment
     33 | ERROR | [ ] Missing parameter type
     34 | ERROR | [ ] Missing parameter comment
     36 | ERROR | [ ] Description for the @return value is missing
     38 | ERROR | [ ] Type hint "array" missing for $options
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...es\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderProfile.php
    ------------------------------------------------------------------------
    FOUND 41 ERRORS AFFECTING 35 LINES
    ------------------------------------------------------------------------
       1 | ERROR | [x] End of line character is invalid; expected "\n" but
         |       |     found "\r\n"
       8 | ERROR | [ ] Doc comment is empty
      13 | ERROR | [ ] Doc comment is empty
      20 | ERROR | [ ] Missing short description in doc comment
      21 | ERROR | [ ] Missing parameter comment
      21 | ERROR | [ ] Missing parameter type
      22 | ERROR | [ ] Missing parameter comment
      24 | ERROR | [ ] Description for the @return value is missing
      26 | ERROR | [ ] Type hint "array" missing for $options
      34 | ERROR | [ ] Missing short description in doc comment
      35 | ERROR | [ ] Missing parameter comment
      35 | ERROR | [ ] Missing parameter type
      36 | ERROR | [ ] Missing parameter comment
      38 | ERROR | [ ] Description for the @return value is missing
      40 | ERROR | [ ] Type hint "array" missing for $options
      48 | ERROR | [ ] Missing short description in doc comment
      49 | ERROR | [ ] Missing parameter comment
      49 | ERROR | [ ] Missing parameter type
      50 | ERROR | [ ] Missing parameter comment
      52 | ERROR | [ ] Description for the @return value is missing
      54 | ERROR | [ ] Type hint "array" missing for $options
      62 | ERROR | [ ] Missing short description in doc comment
      63 | ERROR | [ ] Missing parameter comment
      63 | ERROR | [ ] Missing parameter type
      64 | ERROR | [ ] Missing parameter comment
      66 | ERROR | [ ] Description for the @return value is missing
      68 | ERROR | [ ] Type hint "array" missing for $options
      76 | ERROR | [ ] Missing short description in doc comment
      77 | ERROR | [ ] Missing parameter comment
      77 | ERROR | [ ] Missing parameter type
      78 | ERROR | [ ] Missing parameter comment
      80 | ERROR | [ ] Description for the @return value is missing
      82 | ERROR | [ ] Type hint "array" missing for $options
      90 | ERROR | [ ] Doc comment is empty
      97 | ERROR | [ ] Missing short description in doc comment
      98 | ERROR | [ ] Missing parameter comment
      98 | ERROR | [ ] Missing parameter type
      99 | ERROR | [ ] Missing parameter comment
     101 | ERROR | [ ] Description for the @return value is missing
     103 | ERROR | [ ] Type hint "array" missing for $options
     122 | ERROR | [ ] Missing short description in doc comment
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...les\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderServer.php
    ------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 6 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      8 | ERROR | [ ] Doc comment is empty
     13 | ERROR | [ ] Class constants must be uppercase; expected
        |       |     XTCSERVERSTRUCT but found XtcServerStruct
     18 | ERROR | [ ] Doc comment is empty
     25 | ERROR | [ ] Doc comment is empty
     32 | ERROR | [ ] Missing short description in doc comment
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...es\contrib\xtc-3347143\src\XtendedContent\API\XtcLoaderTrigger.php
    ------------------------------------------------------------------------
    FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
      7 | ERROR   | [ ] Doc comment is empty
     12 | ERROR   | [ ] Doc comment is empty
     15 | WARNING | [ ] Possible useless method overriding detected
     19 | ERROR   | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...b\modules\contrib\xtc-3347143\src\XtendedContent\API\XtcSearch.php
    ------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    ------------------------------------------------------------------------
      1 | ERROR   | [x] End of line character is invalid; expected "\n" but
        |         |     found "\r\n"
     11 | WARNING | [ ] The class short comment should describe what the
        |         |     class does and not simply repeat the class name
     14 | ERROR   | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ntrib\xtc-3347143\src\XtendedContent\API\XtcSearchAutocomplete.php
    ------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Missing short description in doc comment
     13 | ERROR | [ ] Missing parameter comment
     13 | ERROR | [ ] Missing parameter type
     15 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...trib\xtc-3347143\src\XtendedContent\API\XtcSearchLoaderDisplay.php
    ------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Doc comment is empty
     19 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ntrib\xtc-3347143\src\XtendedContent\API\XtcSearchLoaderFilter.php
    ------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Doc comment is empty
     19 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...b\xtc-3347143\src\XtendedContent\API\XtcSearchLoaderFilterType.php
    ------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Doc comment is empty
     19 | ERROR | [ ] Doc comment is empty
     26 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ontrib\xtc-3347143\src\XtendedContent\API\XtcSearchLoaderPager.php
    ------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Doc comment is empty
     19 | ERROR | [ ] Doc comment is empty
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...trib\xtc-3347143\src\XtendedContent\Interfaces\DeleteInterface.php
    ------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Missing short description in doc comment
     13 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...ntrib\xtc-3347143\src\XtendedContent\Interfaces\WriteInterface.php
    ------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 5 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
      7 | ERROR | [ ] Doc comment is empty
     12 | ERROR | [ ] Missing short description in doc comment
     13 | ERROR | [ ] Missing parameter comment
     13 | ERROR | [ ] Missing parameter type
     15 | ERROR | [ ] Description for the @return value is missing
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    
    FILE: ...pp\htdocs\contributions\web\modules\contrib\xtc-3347143\xtc.module
    ------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ------------------------------------------------------------------------
      1 | ERROR | [x] End of line character is invalid; expected "\n" but
        |       |     found "\r\n"
     35 | ERROR | [ ] Type hint "array" missing for $info
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    Time: 744ms; Memory: 12MB
    
    
    kunal@LAPTOP-G4FTKS5H MINGW64 /c/xampp/htdocs/contributions
    $
    

    Will create an MR to resolve all issues. Thanks

  • 🇮🇳India kunal_sahu Karnataka

    Hi I have fixed all issues with proper commenting to every file.

    I have litreally solved these many issues and made sure add proper comment to my understanding.

    But there are some Line exceeds 80 characters; for which i have created another Issue. https://www.drupal.org/project/xtc/issues/3347198 📌 Line exceeds 80 characters Closed: duplicate .

    Please review and ,merge this MR .

    Thanks

  • First commit to issue fork.
  • Issue was unassigned.
  • Status changed to Needs review about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • Status changed to Needs work 5 months ago
  • Hi, I reviewed the MR and there are Line exceeds 80 characters error in .md files that needs to be fixed.
    Thankyou.

  • 🇮🇳India Preethy_ray

    pray_12 → made their first commit to this issue’s fork.

  • 🇮🇳India Mohd Sahzad

    Mohd Sahzad → made their first commit to this issue’s fork.

  • Status changed to Needs review 5 months ago
  • 🇮🇳India Mohd Sahzad

    Hi @sashainparis,

    I have fixed the Line exceeds 80 characters error in .md files, so please review MR !2

  • 🇮🇳India Yashaswi18

    Hello, after checking out to the branch '3347143-phpcs' and running the command phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig xtc/. Found no errors or warnings remaining.

  • 🇮🇳India adwivedi008

    Tested the coding standard issue using the following command

    vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig  ./
    

    Seems MR #12 resolved the coding standard issue

    So moving the issue to RTBC.

  • Status changed to RTBC 4 months ago
Production build 0.69.0 2024