Coding standards
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3004043. --> Reported by: [heddn](https://www.drupal.org/user/1463982) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <blockquote><p> 23 coding standards messages</p> <p>src/CSVFileObject.php<br> line 20 Expected "int" but found "integer" for @var tag in member variable comment</p> <p>src/Plugin/migrate/source/CSV.php<br> 97 Missing short description in doc comment<br> 98 Description for the @return value is missing<br> 135 Public method name "CSV::getIDs" is not in lowerCamel format<br> 215 Expected 1 blank line after function; 0 found<br> 216 The closing brace for the class must have an empty line before it</p> <p>tests/src/Unit/CSVUnitBase.php<br> 1 The PHP open tag must be followed by exactly one blank line<br> 103 Expected 1 blank line after function; 0 found<br> 104 The closing brace for the class must have an empty line before it</p> <p>tests/src/Unit/Plugin/migrate/source/CSVUnitTest.php<br> 237 Key specified for array entry; first entry has no key<br> 294 Array indentation error, expected 6 spaces but found 8<br> 295 Array indentation error, expected 6 spaces but found 8<br> 296 Array indentation error, expected 6 spaces but found 8<br> 297 Array indentation error, expected 6 spaces but found 8<br> 298 Array closing indentation error, expected 4 spaces but found 6<br> 308 Array indentation error, expected 6 spaces but found 8<br> 309 Array indentation error, expected 6 spaces but found 8<br> 310 Array closing indentation error, expected 4 spaces but found 6<br> 319 Public method name "CSVUnitTest::testConfigurableCSVFileObject" is not in lowerCamel format<br> 340 Public method name "CSVUnitTest::testConfigurableCSVFileObjectFlags" is not in lowerCamel format<br> 379 Doc comment short description must end with a full stop<br> 385 There should be no white space after an opening "{"<br> 385 There should be no white space before a closing "}" </p></blockquote> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Fix</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Fix</p>
issue