Review of the 8.x-3.x branch (commit df8f42b1):
Your README.md does not follow best practices (headings need to be uppercase). See https://www.drupal.org/node/2181737 .
The INTRODUCTION section is missing.
The REQUIREMENTS section is missing.
The CONFIGURATION section is missing.
The search_api_solr_test.module does not implement hook_help(). See https://www.drupal.org/docs/develop/documenting-your-project/module-docu... .
The search_api_solr_devel.module does not implement hook_help(). See https://www.drupal.org/docs/develop/documenting-your-project/module-docu... .
Coder Sniffer has found some issues with your code (please check the Drupal coding standards). See attachment.
DrupalPractice has found some issues with your code, but could be false positives.

FILE: ...upal/pareviewsh/pareview_temp/src/Commands/SearchApiSolrCommands.php
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------
199 | WARNING | \Drupal calls should be avoided in classes, use
| | dependency injection instead
--------------------------------------------------------------------------

FILE: ...1/web/vendor/drupal/pareviewsh/pareview_temp/src/Utility/Utility.php
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------
773 | WARNING | There must be no blank line following an inline comment
796 | WARNING | There must be no blank line following an inline comment
--------------------------------------------------------------------------

FILE: ...iewsh/pareview_temp/src/Controller/AbstractSolrEntityListBuilder.php
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------
92 | WARNING | Unused variable $entities.
--------------------------------------------------------------------------

FILE: ...1/web/vendor/drupal/pareviewsh/pareview_temp/search_api_solr.install
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 22 WARNINGS AFFECTING 17 LINES
--------------------------------------------------------------------------
39 | WARNING | Unused variable $server_id.
180 | WARNING | Variable $version_number_server is undefined.
180 | WARNING | Variable $xml_server is undefined.
181 | WARNING | Variable $version_number_new is undefined.
181 | WARNING | Variable $xml_new is undefined.
182 | WARNING | Variable $xml_server is undefined.
182 | WARNING | Variable $xml_new is undefined.
183 | WARNING | Variable $version_number_server is undefined.
183 | WARNING | Variable $version_number_new is undefined.
193 | WARNING | Variable $version_number_server is undefined.
193 | WARNING | Variable $version_number_new is undefined.
534 | WARNING | There must be no blank line following an inline comment
615 | WARNING | There must be no blank line following an inline comment
700 | WARNING | There must be no blank line following an inline comment
702 | WARNING | There must be no blank line following an inline comment
1338 | WARNING | Unused variable $key.
1382 | WARNING | Unused variable $key.
1412 | WARNING | Unused variable $key.
1619 | WARNING | Unused variable $key.
1686 | WARNING | Unused variable $key.
1739 | WARNING | Unused variable $field_type_name.
1755 | WARNING | There must be no blank line following an inline comment
--------------------------------------------------------------------------

FILE: ...les/search_api_solr_test_facets/search_api_solr_test_facets.info.yml
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------
6 | WARNING | All dependencies must be prefixed with the project name,
| | for example "drupal:"
10 | WARNING | All dependencies must be prefixed with the project name,
| | for example "drupal:"
--------------------------------------------------------------------------

Time: 39.47 secs; Memory: 60.01Mb
This automated report was generated with PAReview.sh, your friendly project application review script.

FILE: ...000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/README.md
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
--------------------------------------------------------------------------
8 | WARNING | Line exceeds 80 characters; contains 84 characters
20 | WARNING | Line exceeds 80 characters; contains 82 characters
41 | WARNING | Line exceeds 80 characters; contains 95 characters
103 | WARNING | Line exceeds 80 characters; contains 81 characters
188 | WARNING | Line exceeds 80 characters; contains 81 characters
213 | WARNING | Line exceeds 80 characters; contains 81 characters
--------------------------------------------------------------------------

FILE: ...es/search_api_solr_devel/src/Commands/SearchApiSolrDevelCommands.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
27 | ERROR | Parameter $eventDispatcher is not described in comment
--------------------------------------------------------------------------

FILE: ...view_temp/modules/search_api_solr_devel/search_api_solr_devel.module
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
12 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: .../pareviewsh/pareview_temp/modules/search_api_solr_defaults/README.md
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES
--------------------------------------------------------------------------
13 | WARNING | Line exceeds 80 characters; contains 103 characters
20 | WARNING | Line exceeds 80 characters; contains 85 characters
21 | WARNING | Line exceeds 80 characters; contains 92 characters
29 | WARNING | Line exceeds 80 characters; contains 87 characters
33 | WARNING | Line exceeds 80 characters; contains 92 characters
34 | WARNING | Line exceeds 80 characters; contains 89 characters
35 | WARNING | Line exceeds 80 characters; contains 81 characters
--------------------------------------------------------------------------

FILE: ...mp/modules/search_api_solr_defaults/search_api_solr_defaults.install
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------
57 | WARNING | Line exceeds 80 characters; contains 81 characters
--------------------------------------------------------------------------

FILE: ...w_temp/modules/search_api_solr_admin/src/Form/SolrReloadCoreForm.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
23 | ERROR | Class property $search_api_server should use lowerCamel
| | naming without underscores
--------------------------------------------------------------------------

FILE: ...01/web/vendor/drupal/pareviewsh/pareview_temp/search_api_solr.module
--------------------------------------------------------------------------
FOUND 22 ERRORS AND 5 WARNINGS AFFECTING 22 LINES
--------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
102 | ERROR | [ ] Description for the @return value is missing
154 | ERROR | [ ] Missing parameter comment
156 | ERROR | [ ] Description for the @return value is missing
163 | WARNING | [ ] Format should be "* Implements hook_foo().", "*
| | Implements hook_foo_BAR_ID_bar() for xyz_bar().",,
| | "* Implements hook_foo_BAR_ID_bar() for
| | xyz-bar.html.twig.", "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "*
| | Implements hook_foo_BAR_ID_bar() for block
| | templates."
316 | WARNING | [ ] Avoid backslash escaping in translatable strings
| | when possible, use "" quotes instead
444 | ERROR | [x] Functions must not contain multiple empty lines in a
| | row; found 2 empty lines
477 | ERROR | [ ] Doc comment is empty
506 | WARNING | [ ] Format should be "* Implements hook_foo().", "*
| | Implements hook_foo_BAR_ID_bar() for xyz_bar().",,
| | "* Implements hook_foo_BAR_ID_bar() for
| | xyz-bar.html.twig.", "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "*
| | Implements hook_foo_BAR_ID_bar() for block
| | templates."
517 | ERROR | [ ] Type hint "array" missing for $mapping
561 | ERROR | [ ] Missing parameter comment
563 | ERROR | [ ] Description for the @return value is missing
563 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
563 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
572 | ERROR | [x] Data types in @var tags need to be fully namespaced
572 | ERROR | [x] Data types in @var tags need to be fully namespaced
591 | WARNING | [ ] Hook implementations should not duplicate @param
| | documentation
591 | ERROR | [ ] Missing parameter comment
593 | WARNING | [ ] Hook implementations should not duplicate @return
| | documentation
593 | ERROR | [ ] Description for the @return value is missing
594 | ERROR | [x] Separate the @return and @throws sections by a blank
| | line.
596 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements
604 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements
616 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements
624 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements
632 | ERROR | [x] Missing function doc comment
633 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...mp/config/optional/search_api_solr.solr_field_type.text_sk_6_0_0.yml
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
599 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...mp/config/optional/search_api_solr.solr_field_type.text_sk_7_0_0.yml
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
599 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...upal/pareviewsh/pareview_temp/src/Commands/SearchApiSolrCommands.php
--------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 8 LINES
--------------------------------------------------------------------------
39 | ERROR | [ ] Missing parameter comment
89 | ERROR | [ ] Parameter $options is not described in comment
118 | ERROR | [ ] Parameter $options is not described in comment
153 | ERROR | [ ] Parameter tags must be defined first in a doc comment
157 | ERROR | [x] Separate the @param and @usage sections by a blank
| | line.
169 | ERROR | [x] Opening brace should be on the same line as the
| | declaration
211 | ERROR | [x] Expected 1 blank line after function; 0 found
212 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: .../vendor/drupal/pareviewsh/pareview_temp/src/Entity/SolrFieldType.php
--------------------------------------------------------------------------
FOUND 15 ERRORS AFFECTING 15 LINES
--------------------------------------------------------------------------
63 | ERROR | [ ] Class property $field_type should use lowerCamel
| | naming without underscores
70 | ERROR | [ ] Class property $spellcheck_field_type should use
| | lowerCamel naming without underscores
77 | ERROR | [ ] Class property $collated_field_type should use
| | lowerCamel naming without underscores
82 | ERROR | [x] Tag value indented incorrectly; expected 1 space but
| | found 2
84 | ERROR | [ ] Class property $unstemmed_field_type should use
| | lowerCamel naming without underscores
91 | ERROR | [ ] Class property $custom_code should use lowerCamel
| | naming without underscores
98 | ERROR | [ ] Class property $field_type_language_code should use
| | lowerCamel naming without underscores
255 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
295 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
318 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
341 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
393 | ERROR | [ ] Missing parameter comment
394 | ERROR | [ ] Missing parameter comment
395 | ERROR | [ ] Missing parameter comment
397 | ERROR | [ ] Description for the @return value is missing
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...or/drupal/pareviewsh/pareview_temp/src/Entity/AbstractSolrEntity.php
--------------------------------------------------------------------------
FOUND 14 ERRORS AFFECTING 13 LINES
--------------------------------------------------------------------------
34 | ERROR | [ ] Missing short description in doc comment
69 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
74 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
188 | ERROR | [x] Expected 1 space after comma in function call; 2 found
188 | ERROR | [x] Expected one space after the comma, 2 found
209 | ERROR | [ ] Missing parameter comment
210 | ERROR | [ ] Missing parameter comment
211 | ERROR | [ ] Missing parameter comment
231 | ERROR | [ ] Missing short description in doc comment
232 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
233 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
234 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
261 | ERROR | [x] Expected 1 blank line after function; 0 found
262 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...or/drupal/pareviewsh/pareview_temp/src/Entity/SolrRequestHandler.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
49 | ERROR | [ ] Class property $request_handler should use lowerCamel
| | naming without underscores
70 | ERROR | [x] Language constructs must be followed by a single space;
| | expected 1 space but found 2
73 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: .../web/vendor/drupal/pareviewsh/pareview_temp/src/Entity/SolrCache.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
121 | ERROR | [x] Expected 1 blank line after function; 0 found
122 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...drupal/pareviewsh/pareview_temp/src/Entity/SolrRequestDispatcher.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
48 | ERROR | [ ] Class property $request_dispatcher should use
| | lowerCamel naming without underscores
71 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...al/pareviewsh/pareview_temp/src/TypedData/SolrDocumentDefinition.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
42 | ERROR | [x] Inline comments must end in full-stops, exclamation
| | marks, colons, question marks, or closing parentheses
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: .../vendor/drupal/pareviewsh/pareview_temp/src/SolrBackendInterface.php
--------------------------------------------------------------------------
FOUND 21 ERRORS AFFECTING 21 LINES
--------------------------------------------------------------------------
71 | ERROR | [ ] Expected type hint "IndexInterface"; found
| | "?IndexInterface" for $index
194 | ERROR | [ ] Missing parameter comment
196 | ERROR | [ ] Description for the @return value is missing
216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
217 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
218 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
219 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
220 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
221 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
222 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
223 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
224 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
225 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
226 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
227 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
228 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
229 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
348 | ERROR | [ ] Description for the @return value is missing
355 | ERROR | [ ] Description for the @return value is missing
362 | ERROR | [ ] Description for the @return value is missing
369 | ERROR | [ ] Description for the @return value is missing
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...ewsh/pareview_temp/src/SearchApiSolrConflictingEntitiesException.php
--------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------
12 | ERROR | Missing short description in doc comment
15 | ERROR | Class property $conflicting_entities should use lowerCamel
| | naming without underscores
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
--------------------------------------------------------------------------

FILE: .../drupal/pareviewsh/pareview_temp/src/SolrCloudConnectorInterface.php
--------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 11 LINES
--------------------------------------------------------------------------
25 | ERROR | [ ] Missing parameter comment
32 | ERROR | [ ] Description for the @return value is missing
39 | ERROR | [ ] Description for the @return value is missing
46 | ERROR | [ ] Missing parameter comment
47 | ERROR | [ ] Missing parameter comment
53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
54 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
55 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
56 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
57 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
58 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...reviewsh/pareview_temp/src/SolrConnector/SolrConnectorPluginBase.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
717 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements
873 | ERROR | [ ] Expected type hint "Endpoint"; found "?Endpoint" for
| | $endpoint
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...b/vendor/drupal/pareviewsh/pareview_temp/src/SolrConfigInterface.php
--------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
28 | ERROR | [ ] Description for the @return value is missing
60 | ERROR | [ ] Description for the @return value is missing
96 | ERROR | [x] There must be exactly one blank line before the tags in
| | a doc comment
96 | ERROR | [ ] Description for the @return value is missing
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...drupal/pareviewsh/pareview_temp/src/SolrMultisiteDocumentFactory.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
10 | ERROR | Class property $solr_document should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: ...b/vendor/drupal/pareviewsh/pareview_temp/src/SolrDocumentFactory.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
13 | ERROR | Class property $solr_document should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: .../pareviewsh/pareview_temp/src/Utility/StreamingExpressionBuilder.php
--------------------------------------------------------------------------
FOUND 52 ERRORS AFFECTING 51 LINES
--------------------------------------------------------------------------
31 | ERROR | [ ] Class property $checkpoints_collection should use
| | lowerCamel naming without underscores
33 | ERROR | [ ] Missing short description in doc comment
36 | ERROR | [ ] Class property $index_filter_query should use
| | lowerCamel naming without underscores
43 | ERROR | [ ] Class property $targeted_index_id should use
| | lowerCamel naming without underscores
50 | ERROR | [ ] Class property $targeted_site_hash should use
| | lowerCamel naming without underscores
64 | ERROR | [ ] Class property $server_id should use lowerCamel naming
| | without underscores
71 | ERROR | [ ] Class property $request_time should use lowerCamel
| | naming without underscores
78 | ERROR | [ ] Class property
| | $all_fields_including_graph_fields_mapped should use
| | lowerCamel naming without underscores
85 | ERROR | [ ] Class property $all_fields_mapped should use
| | lowerCamel naming without underscores
92 | ERROR | [ ] Class property $all_doc_value_fields_mapped should use
| | lowerCamel naming without underscores
99 | ERROR | [ ] Class property $sort_fields_mapped should use
| | lowerCamel naming without underscores
106 | ERROR | [ ] Class property $query_helper should use lowerCamel
| | naming without underscores
110 | ERROR | [ ] Doc comment short description must be on a single
| | line, further text should be a separate paragraph
114 | ERROR | [ ] Class property $search_all_rows should use lowerCamel
| | naming without underscores
116 | ERROR | [ ] Missing short description in doc comment
117 | ERROR | [x] Data types in @var tags need to be fully namespaced
189 | ERROR | [x] Comments may not appear after statements
211 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_collection" is not in
| | lowerCamel format
221 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_checkpoints_collection"
| | is not in lowerCamel format
238 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_field" is not in
| | lowerCamel format
262 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_field_list" is not in
| | lowerCamel format
287 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_all_fields_list" is not
| | in lowerCamel format
310 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_all_doc_value_fields_list"
| | is not in lowerCamel format
335 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_escaped_value" is not in
| | lowerCamel format
370 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_field_value" is not in
| | lowerCamel format
390 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_field_escaped_value" is
| | not in lowerCamel format
413 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_escape_and_implode" is
| | not in lowerCamel format
434 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_select_renamed_field" is
| | not in lowerCamel format
451 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_select_copied_field" is
| | not in lowerCamel format
476 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_intersect" is not in
| | lowerCamel format
507 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_merge" is not in
| | lowerCamel format
532 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_export_all" is not in
| | lowerCamel format
557 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_search_all" is not in
| | lowerCamel format
579 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_update" is not in
| | lowerCamel format
604 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_commit" is not in
| | lowerCamel format
632 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_commit_update" is not in
| | lowerCamel format
645 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_index_filter_query" is
| | not in lowerCamel format
655 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_index_id" is not in
| | lowerCamel format
667 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_site_hash" is not in
| | lowerCamel format
677 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_request_time" is not in
| | lowerCamel format
687 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_timestamp_value" is not
| | in lowerCamel format
695 | ERROR | [x] Return comment indentation must be 3 spaces, found 2
| | spaces
697 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_topic" is not in
| | lowerCamel format
710 | ERROR | [x] Return comment indentation must be 3 spaces, found 2
| | spaces
712 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_topic_all" is not in
| | lowerCamel format
728 | ERROR | [ ] Missing parameter comment
728 | ERROR | [ ] Missing parameter type
730 | ERROR | [ ] Description for the @return value is missing
732 | ERROR | [ ] Public method name
| | "StreamingExpressionBuilder::_checkpoint" is not in
| | lowerCamel format
747 | ERROR | [ ] Description for the @return value is missing
767 | ERROR | [x] Expected 1 blank line after function; 0 found
768 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...eviewsh/pareview_temp/src/Utility/StreamingExpressionQueryHelper.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
29 | ERROR | Parameter $comment is not described in comment
--------------------------------------------------------------------------

FILE: ...1/web/vendor/drupal/pareviewsh/pareview_temp/src/Utility/Utility.php
--------------------------------------------------------------------------
FOUND 13 ERRORS AND 3 WARNINGS AFFECTING 15 LINES
--------------------------------------------------------------------------
10 | WARNING | [x] Unused use statement
589 | ERROR | [ ] Missing parameter comment
591 | ERROR | [ ] Description for the @return value is missing
773 | WARNING | [x] There must be no blank line following an inline
| | comment
796 | WARNING | [x] There must be no blank line following an inline
| | comment
976 | ERROR | [ ] Missing parameter comment
978 | ERROR | [ ] Description for the @return value is missing
1019 | ERROR | [ ] Missing parameter comment
1020 | ERROR | [ ] Missing parameter comment
1021 | ERROR | [ ] Missing parameter comment
1023 | ERROR | [ ] Description for the @return value is missing
1047 | ERROR | [ ] Doc comment short description must be on a single
| | line, further text should be a separate paragraph
1049 | ERROR | [x] There must be a single blank line after a tag group
1049 | ERROR | [ ] Missing parameter comment
1052 | ERROR | [ ] Description for the @return value is missing
1054 | ERROR | [ ] Public method name "Utility::normalizeXML" is not
| | in lowerCamel format
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...vendor/drupal/pareviewsh/pareview_temp/src/Utility/CommandHelper.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
11 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...endor/drupal/pareviewsh/pareview_temp/src/SolrFieldTypeInterface.php
--------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 11 LINES
--------------------------------------------------------------------------
56 | ERROR | [ ] Description for the @return value is missing
83 | ERROR | [ ] Description for the @return value is missing
102 | ERROR | [ ] Description for the @return value is missing
130 | ERROR | [ ] Description for the @return value is missing
164 | ERROR | [ ] Description for the @return value is missing
192 | ERROR | [ ] Description for the @return value is missing
214 | ERROR | [x] Expected "array|null" but found "array|NULL" for
| | function return type
226 | ERROR | [ ] Description for the @return value is missing
254 | ERROR | [ ] Description for the @return value is missing
268 | ERROR | [x] Return comment indentation must be 3 spaces, found 4
| | spaces
323 | ERROR | [ ] Description for the @return value is missing
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...ewsh/pareview_temp/src/Plugin/search_api/parse_mode/SloppyPhrase.php
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------
8 | WARNING | Line exceeds 80 characters; contains 90 characters
--------------------------------------------------------------------------

FILE: ...pareview_temp/src/Plugin/search_api/backend/SearchApiSolrBackend.php
--------------------------------------------------------------------------
FOUND 23 ERRORS AND 3 WARNINGS AFFECTING 24 LINES
--------------------------------------------------------------------------
152 | ERROR | [x] Data types in @var tags need to be fully namespaced
726 | ERROR | [x] Data types in @var tags need to be fully namespaced
738 | ERROR | [x] Expected newline after closing brace
743 | WARNING | [x] A comma should follow the last multiline array
| | item. Found: )
789 | ERROR | [x] Expected one space after the comma, 0 found
790 | ERROR | [x] Expected one space after the comma, 0 found
839 | WARNING | [x] A comma should follow the last multiline array
| | item. Found: $site_hash
853 | WARNING | [x] A comma should follow the last multiline array
| | item. Found: )
1167 | ERROR | [x] Data types in @var tags need to be fully namespaced
1715 | ERROR | [ ] Missing parameter comment
1757 | ERROR | [x] Expected newline after closing brace
2853 | ERROR | [x] Closing parenthesis of array declaration must be on
| | a new line
3187 | ERROR | [x] Comment indentation error after @todo element,
| | expected 3 spaces
4075 | ERROR | [ ] Missing parameter comment
4076 | ERROR | [ ] Missing parameter comment
4077 | ERROR | [ ] Missing parameter comment
4078 | ERROR | [ ] Missing parameter comment
4079 | ERROR | [ ] Missing parameter comment
4083 | ERROR | [ ] Type hint "array" missing for $grouping_options
4083 | ERROR | [ ] Type hint "array" missing for $index_fields
4083 | ERROR | [ ] Type hint "array" missing for $field_names
4271 | ERROR | [ ] String concat is not required here; use a single
| | string instead
4361 | ERROR | [ ] Missing parameter comment
4487 | ERROR | [ ] Missing parameter comment
4618 | ERROR | [x] Expected 1 blank line after function; 0 found
4619 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...ewsh/pareview_temp/src/Plugin/search_api/datasource/SolrDocument.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
27 | ERROR | Class property $solr_field should use lowerCamel naming
| | without underscores
28 | ERROR | Class property $solr_document should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: ...view_temp/src/Plugin/search_api/datasource/SolrMultisiteDocument.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
18 | ERROR | Class property $solr_field should use lowerCamel naming
| | without underscores
19 | ERROR | Class property $solr_document should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: ...areview_temp/src/Plugin/SolrConnector/StandardSolrCloudConnector.php
--------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
--------------------------------------------------------------------------
141 | ERROR | [x] Expected newline after closing brace
277 | ERROR | [ ] Missing parameter comment
284 | ERROR | [ ] Expected type hint "string"; found "?string" for
| | $collection
326 | ERROR | [x] Expected 1 blank line after function; 0 found
327 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...pareview_temp/src/Plugin/search_api_autocomplete/suggester/Terms.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
25 | ERROR | [x] There must be exactly one blank line before the tags in
| | a doc comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: .../pareviewsh/pareview_temp/src/Plugin/DataType/SolrMultisiteField.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
20 | ERROR | Class property $solr_field should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: ...sh/pareview_temp/src/Plugin/DataType/Deriver/SolrDocumentDeriver.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
52 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 4
| | spaces
54 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 4
| | spaces
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...drupal/pareviewsh/pareview_temp/src/Plugin/DataType/SolrDocument.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
28 | ERROR | Class property $solr_field should use lowerCamel naming
| | without underscores
29 | ERROR | Class property $solr_document should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: ...reviewsh/pareview_temp/src/Plugin/DataType/SolrMultisiteDocument.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
20 | ERROR | Class property $solr_field should use lowerCamel naming
| | without underscores
21 | ERROR | Class property $solr_document should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: ...or/drupal/pareviewsh/pareview_temp/src/Plugin/DataType/SolrField.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
24 | ERROR | Class property $solr_field should use lowerCamel naming
| | without underscores
--------------------------------------------------------------------------

FILE: ...rupal/pareviewsh/pareview_temp/src/Access/LocalActionAccessCheck.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
24 | ERROR | [x] Additional blank lines found at end of doc comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...upal/pareviewsh/pareview_temp/src/Solarium/Result/StreamDocument.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
31 | ERROR | Description for the @return value is missing
--------------------------------------------------------------------------

FILE: ...areviewsh/pareview_temp/src/Solarium/Autocomplete/RequestBuilder.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
17 | ERROR | [x] Data types in @param tags need to be fully namespaced
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...endor/drupal/pareviewsh/pareview_temp/src/SolrConnectorInterface.php
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------
10 | WARNING | [x] Unused use statement
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...upal/pareviewsh/pareview_temp/src/Controller/SolrCacheController.php
--------------------------------------------------------------------------
FOUND 10 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
--------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
14 | ERROR | [ ] Missing short description in doc comment
17 | ERROR | [ ] Class property $entity_type_id should use lowerCamel
| | naming without underscores
22 | ERROR | [ ] Missing parameter comment
23 | ERROR | [ ] Missing parameter comment
25 | ERROR | [ ] Description for the @return value is missing
25 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
29 | WARNING | [ ] Possible useless method overriding detected
36 | ERROR | [ ] Missing parameter comment
37 | ERROR | [ ] Missing parameter comment
39 | ERROR | [ ] Description for the @return value is missing
39 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
43 | WARNING | [ ] Possible useless method overriding detected
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...viewsh/pareview_temp/src/Controller/AbstractSolrEntityController.php
--------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 9 LINES
--------------------------------------------------------------------------
24 | ERROR | [ ] Missing short description in doc comment
27 | ERROR | [ ] Class property $entity_type_id should use lowerCamel
| | naming without underscores
86 | ERROR | [ ] Missing parameter comment
87 | ERROR | [ ] Missing parameter comment
89 | ERROR | [ ] Description for the @return value is missing
89 | ERROR | [x] Data types in @return tags need to be fully namespaced
104 | ERROR | [ ] Parameter $solr_entity is not described in comment
107 | ERROR | [ ] Missing parameter comment
108 | ERROR | [ ] Missing parameter comment
108 | ERROR | [ ] Doc comment for parameter $solr_cache does not match
| | actual variable name $solr_entity
110 | ERROR | [ ] Description for the @return value is missing
110 | ERROR | [x] Data types in @return tags need to be fully namespaced
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...viewsh/pareview_temp/src/Controller/SolrRequestHandlerController.php
--------------------------------------------------------------------------
FOUND 11 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
--------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
13 | ERROR | [ ] Missing short description in doc comment
16 | ERROR | [ ] Class property $entity_type_id should use lowerCamel
| | naming without underscores
21 | ERROR | [ ] Missing parameter comment
22 | ERROR | [ ] Missing parameter comment
23 | ERROR | [x] Separate the @param and @return sections by a blank
| | line.
23 | ERROR | [ ] Description for the @return value is missing
23 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
27 | WARNING | [ ] Possible useless method overriding detected
34 | ERROR | [ ] Missing parameter comment
35 | ERROR | [ ] Missing parameter comment
37 | ERROR | [ ] Description for the @return value is missing
37 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
41 | WARNING | [ ] Possible useless method overriding detected
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...iewsh/pareview_temp/src/Controller/AbstractSolrEntityListBuilder.php
--------------------------------------------------------------------------
FOUND 24 ERRORS AND 4 WARNINGS AFFECTING 27 LINES
--------------------------------------------------------------------------
9 | WARNING | [x] Unused use statement
18 | ERROR | [ ] Missing short description in doc comment
23 | ERROR | [ ] Missing short description in doc comment
28 | ERROR | [ ] Missing short description in doc comment
38 | WARNING | [ ] Only string literals should be passed to t() where
| | possible
40 | WARNING | [ ] Only string literals should be passed to t() where
| | possible
51 | ERROR | [x] Data types in @var tags need to be fully namespaced
84 | ERROR | [ ] Description for the @return value is missing
91 | ERROR | [x] Data types in @var tags need to be fully namespaced
114 | ERROR | [x] Data types in @var tags need to be fully namespaced
137 | ERROR | [x] Missing function doc comment
183 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
196 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
251 | ERROR | [ ] Missing short description in doc comment
252 | ERROR | [ ] Missing parameter comment
253 | ERROR | [ ] Missing parameter comment
255 | ERROR | [ ] Type hint
| | "\Drupal\search_api_solr\SolrCacheInterface" missing
| | for $target
255 | ERROR | [ ] Type hint
| | "\Drupal\search_api_solr\SolrCacheInterface" missing
| | for $source
278 | ERROR | [ ] Missing short description in doc comment
279 | ERROR | [ ] Description for the @return value is missing
292 | ERROR | [ ] Missing short description in doc comment
293 | ERROR | [ ] Description for the @return value is missing
306 | ERROR | [ ] Missing short description in doc comment
307 | ERROR | [ ] Description for the @return value is missing
319 | ERROR | [ ] Missing short description in doc comment
320 | ERROR | [ ] Description for the @return value is missing
332 | ERROR | [ ] Missing short description in doc comment
333 | ERROR | [ ] Description for the @return value is missing
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...pareviewsh/pareview_temp/src/Controller/SolrFieldTypeListBuilder.php
--------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 11 LINES
--------------------------------------------------------------------------
81 | ERROR | [x] There should be no white space before a closing ")"
124 | ERROR | [x] There should be no white space before a closing ")"
194 | ERROR | [ ] Description for the @return value is missing
195 | ERROR | [x] Separate the @return and @throws sections by a blank
| | line.
203 | ERROR | [ ] Missing short description in doc comment
204 | ERROR | [ ] Missing parameter comment
205 | ERROR | [ ] Missing parameter comment
207 | ERROR | [ ] Type hint
| | "\Drupal\search_api_solr\SolrFieldTypeInterface"
| | missing for $target
207 | ERROR | [ ] Type hint
| | "\Drupal\search_api_solr\SolrFieldTypeInterface"
| | missing for $source
254 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
262 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
271 | ERROR | [ ] Inline doc block comments are not allowed; use "/*
| | Comment */" or "// Comment" instead
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...pal/pareviewsh/pareview_temp/src/Controller/SolrCacheListBuilder.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
10 | ERROR | [ ] Missing short description in doc comment
18 | ERROR | [ ] Description for the @return value is missing
19 | ERROR | [x] Separate the @return and @throws sections by a blank
| | line.
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...sh/pareview_temp/src/Controller/SolrRequestDispatcherListBuilder.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
10 | ERROR | [ ] Missing short description in doc comment
18 | ERROR | [ ] Description for the @return value is missing
19 | ERROR | [x] Separate the @return and @throws sections by a blank
| | line.
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: .../pareviewsh/pareview_temp/src/Controller/SolrConfigSetController.php
--------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 17 LINES
--------------------------------------------------------------------------
29 | ERROR | [ ] Description for the @return value is missing
33 | ERROR | [ ] Expected type hint "ServerInterface"; found
| | "?ServerInterface" for $search_api_server
67 | ERROR | [ ] Description for the @return value is missing
71 | ERROR | [ ] Expected type hint "ServerInterface"; found
| | "?ServerInterface" for $search_api_server
104 | ERROR | [ ] Description for the @return value is missing
108 | ERROR | [ ] Expected type hint "ServerInterface"; found
| | "?ServerInterface" for $search_api_server
145 | ERROR | [ ] Description for the @return value is missing
149 | ERROR | [ ] Expected type hint "ServerInterface"; found
| | "?ServerInterface" for $search_api_server
182 | ERROR | [ ] Description for the @return value is missing
186 | ERROR | [ ] Expected type hint "ServerInterface"; found
| | "?ServerInterface" for $search_api_server
295 | ERROR | [ ] Missing parameter comment
361 | ERROR | [ ] Parameter $file_name is not described in comment
361 | ERROR | [ ] Parameter $xml is not described in comment
364 | ERROR | [ ] Doc comment for parameter $search_api_server does not
| | match actual variable name $xml
386 | ERROR | [ ] Missing parameter comment
387 | ERROR | [ ] Missing parameter comment
389 | ERROR | [ ] Description for the @return value is missing
398 | ERROR | [x] Expected newline after closing brace
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...ndor/drupal/pareviewsh/pareview_temp/src/Controller/BackendTrait.php
--------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------
32 | ERROR | [ ] Class property $assumed_minimum_version should use
| | lowerCamel naming without underscores
34 | ERROR | [ ] Missing short description in doc comment
48 | ERROR | [x] Data types in @var tags need to be fully namespaced
75 | ERROR | [x] Missing function doc comment
77 | ERROR | [x] Expected 1 blank line after function; 0 found
78 | ERROR | [x] The closing brace for the trait must have an empty line
| | before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...iewsh/pareview_temp/src/Controller/SolrRequestHandlerListBuilder.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
10 | ERROR | [ ] Missing short description in doc comment
18 | ERROR | [ ] Description for the @return value is missing
19 | ERROR | [x] Separate the @return and @throws sections by a blank
| | line.
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...wsh/pareview_temp/src/Controller/SolrRequestDispatcherController.php
--------------------------------------------------------------------------
FOUND 12 ERRORS AND 3 WARNINGS AFFECTING 13 LINES
--------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
14 | ERROR | [ ] Missing short description in doc comment
17 | ERROR | [ ] Class property $entity_type_id should use lowerCamel
| | naming without underscores
22 | ERROR | [ ] Missing parameter comment
23 | ERROR | [ ] Missing parameter comment
25 | ERROR | [ ] Description for the @return value is missing
25 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
29 | WARNING | [ ] Possible useless method overriding detected
36 | ERROR | [ ] Missing parameter comment
37 | ERROR | [ ] Missing parameter comment
39 | ERROR | [ ] Description for the @return value is missing
39 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
43 | WARNING | [ ] Possible useless method overriding detected
45 | ERROR | [x] Expected 1 blank line after function; 0 found
46 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: .../pareviewsh/pareview_temp/src/Controller/SolrFieldTypeController.php
--------------------------------------------------------------------------
FOUND 10 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
--------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
15 | ERROR | [ ] Missing short description in doc comment
18 | ERROR | [ ] Class property $entity_type_id should use lowerCamel
| | naming without underscores
56 | ERROR | [ ] Missing parameter comment
57 | ERROR | [ ] Missing parameter comment
59 | ERROR | [ ] Description for the @return value is missing
59 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
63 | WARNING | [ ] Possible useless method overriding detected
70 | ERROR | [ ] Missing parameter comment
71 | ERROR | [ ] Missing parameter comment
73 | ERROR | [ ] Description for the @return value is missing
73 | ERROR | [x] Data types in @return tags need to be fully
| | namespaced
77 | WARNING | [ ] Possible useless method overriding detected
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...00000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/INSTALL.md
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------
20 | WARNING | Line exceeds 80 characters; contains 82 characters
--------------------------------------------------------------------------

FILE: ...ndor/drupal/pareviewsh/pareview_temp/search_api_solr.post_update.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...00/site1101/web/vendor/drupal/pareviewsh/pareview_temp/datasource.md
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
--------------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 82 characters
7 | WARNING | Line exceeds 80 characters; contains 82 characters
10 | WARNING | Line exceeds 80 characters; contains 81 characters
21 | WARNING | Line exceeds 80 characters; contains 81 characters
--------------------------------------------------------------------------

FILE: ...1/web/vendor/drupal/pareviewsh/pareview_temp/search_api_solr.install
--------------------------------------------------------------------------
FOUND 74 ERRORS AND 6 WARNINGS AFFECTING 71 LINES
--------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
123 | ERROR | [x] Array indentation error, expected 14 spaces but
| | found 12
124 | ERROR | [x] Array indentation error, expected 14 spaces but
| | found 12
125 | ERROR | [x] Array indentation error, expected 14 spaces but
| | found 12
126 | ERROR | [x] Array closing indentation error, expected 12 spaces
| | but found 10
134 | ERROR | [x] Array indentation error, expected 12 spaces but
| | found 10
135 | ERROR | [x] Array indentation error, expected 12 spaces but
| | found 10
136 | ERROR | [x] Array closing indentation error, expected 10 spaces
| | but found 8
151 | WARNING | [ ] Line exceeds 80 characters; contains 97 characters
151 | ERROR | [x] Comments may not appear after statements
151 | ERROR | [x] No space found before comment text; expected "//
| | the freshly generated files" but found "//the
| | freshly generated files"
151 | ERROR | [x] Inline comments must start with a capital letter
151 | ERROR | [x] Inline comments must end in full-stops, exclamation
| | marks, colons, question marks, or closing
| | parentheses
157 | ERROR | [x] Array indentation error, expected 14 spaces but
| | found 12
158 | ERROR | [x] Array indentation error, expected 14 spaces but
| | found 12
159 | ERROR | [x] Array closing indentation error, expected 12 spaces
| | but found 10
162 | ERROR | [x] Comments may not appear after statements
162 | ERROR | [x] No space found before comment text; expected "//
| | the files that are already on the server" but found
| | "//the files that are already on the server"
162 | ERROR | [x] Inline comments must start with a capital letter
162 | ERROR | [x] Inline comments must end in full-stops, exclamation
| | marks, colons, question marks, or closing
| | parentheses
171 | ERROR | [x] Array indentation error, expected 16 spaces but
| | found 14
172 | ERROR | [x] Array indentation error, expected 16 spaces but
| | found 14
173 | ERROR | [x] Array indentation error, expected 16 spaces but
| | found 14
174 | ERROR | [x] Array closing indentation error, expected 14 spaces
| | but found 12
188 | ERROR | [x] Array indentation error, expected 22 spaces but
| | found 20
189 | ERROR | [x] Array indentation error, expected 22 spaces but
| | found 20
190 | ERROR | [x] Array closing indentation error, expected 20 spaces
| | but found 18
197 | ERROR | [x] Empty array declaration must have no space between
| | the parentheses
208 | ERROR | [ ] String concat is not required here; use a single
| | string instead
216 | ERROR | [ ] String concat is not required here; use a single
| | string instead
259 | ERROR | [ ] Missing parameter comment
280 | ERROR | [ ] Missing parameter comment
281 | ERROR | [ ] Missing parameter comment
282 | ERROR | [ ] Missing parameter comment
293 | ERROR | [ ] Missing parameter comment
315 | ERROR | [ ] Missing parameter comment
316 | ERROR | [ ] Missing parameter comment
317 | ERROR | [ ] Missing parameter comment
328 | ERROR | [ ] Missing parameter comment
351 | ERROR | [ ] Missing parameter comment
352 | ERROR | [ ] Missing parameter comment
352 | ERROR | [ ] Doc comment for parameter $third_party_settings
| | does not match actual variable name $trusted_data
353 | ERROR | [ ] Missing parameter comment
380 | ERROR | [ ] Missing parameter comment
381 | ERROR | [ ] Missing parameter comment
382 | ERROR | [ ] Missing parameter comment
393 | ERROR | [ ] Missing parameter comment
401 | ERROR | [x] Object operator not indented correctly; expected 4
| | spaces but found 6
461 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
462 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
463 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
464 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
465 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
466 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
467 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
468 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
469 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
470 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
471 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
472 | ERROR | [x] Array indentation error, expected 6 spaces but
| | found 15
473 | ERROR | [x] Array closing indentation error, expected 4 spaces
| | but found 13
534 | WARNING | [x] There must be no blank line following an inline
| | comment
615 | WARNING | [x] There must be no blank line following an inline
| | comment
700 | WARNING | [x] There must be no blank line following an inline
| | comment
702 | WARNING | [x] There must be no blank line following an inline
| | comment
862 | ERROR | [x] Inline comments must start with a capital letter
941 | ERROR | [x] Case breaking statements must be followed by a
| | single blank line
944 | ERROR | [x] Case breaking statements must be followed by a
| | single blank line
1050 | ERROR | [ ] Doc comment short description must be on a single
| | line, further text should be a separate paragraph
1146 | ERROR | [ ] Doc comment short description must be on a single
| | line, further text should be a separate paragraph
1234 | ERROR | [ ] Wrong function doc comment end; expected "*/",
| | found "**/"
1290 | ERROR | [ ] Doc comment short description must be on a single
| | line, further text should be a separate paragraph
1368 | ERROR | [x] Expected 1 blank line after function; 2 found
1671 | ERROR | [x] No space found before comment text; expected "//
| | search_api_solr_update_helper_install_configs();"
| | but found
| | "//search_api_solr_update_helper_install_configs();"
1706 | ERROR | [x] Doc comment short description must end with a full
| | stop
1706 | ERROR | [ ] Doc comment short description must be on a single
| | line, further text should be a separate paragraph
1736 | ERROR | [x] Doc comment short description must end with a full
| | stop
1748 | ERROR | [x] No space found before comment text; expected "//
| | search_api_solr_update_helper_install_configs();"
| | but found
| | "//search_api_solr_update_helper_install_configs();"
1755 | WARNING | [x] There must be no blank line following an inline
| | comment
1886 | ERROR | [x] Expected newline after closing brace
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 55 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ..._temp/tests/modules/search_api_solr_test/search_api_solr_test.module
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...drupal/pareviewsh/pareview_temp/tests/src/TravisLogEventListener.php
--------------------------------------------------------------------------
FOUND 14 ERRORS AFFECTING 14 LINES
--------------------------------------------------------------------------
13 | ERROR | [x] Missing class doc comment
15 | ERROR | [ ] Missing short description in doc comment
20 | ERROR | [x] Missing function doc comment
25 | ERROR | [x] Missing function doc comment
30 | ERROR | [x] Missing function doc comment
35 | ERROR | [x] Missing function doc comment
38 | ERROR | [x] Missing function doc comment
41 | ERROR | [x] Missing function doc comment
44 | ERROR | [x] Missing function doc comment
52 | ERROR | [x] Missing function doc comment
61 | ERROR | [x] Missing function doc comment
64 | ERROR | [x] Missing function doc comment
65 | ERROR | [x] Expected 1 blank line after function; 0 found
66 | ERROR | [x] The closing brace for the class must have an empty line
| | before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...pareviewsh/pareview_temp/tests/src/Unit/SearchApiBackendUnitTest.php
--------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------
33 | ERROR | [ ] Missing short description in doc comment
38 | ERROR | [ ] Missing short description in doc comment
43 | ERROR | [ ] Missing short description in doc comment
48 | ERROR | [ ] Missing short description in doc comment
53 | ERROR | [x] Missing function doc comment
131 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...al/pareviewsh/pareview_temp/tests/src/Kernel/SolrBackendTestBase.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
58 | ERROR | Missing short description in doc comment
--------------------------------------------------------------------------

FILE: ...wsh/pareview_temp/tests/src/Kernel/SearchApiSolrTechproductsTest.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
39 | ERROR | [x] Expected newline after closing brace
105 | ERROR | [x] Missing function doc comment
112 | ERROR | [x] Expected newline after closing brace
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...r/drupal/pareviewsh/pareview_temp/tests/src/Kernel/UtilitiesTest.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
68 | ERROR | [x] Missing function doc comment
149 | ERROR | [x] Expected 1 blank line after function; 0 found
150 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...upal/pareviewsh/pareview_temp/tests/src/Kernel/SearchApiSolrTest.php
--------------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 5 LINES
--------------------------------------------------------------------------
1352 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found
| | 6
1353 | WARNING | [ ] Line exceeds 80 characters; contains 110 characters
1353 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found
| | 8
1354 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found
| | 6
1356 | ERROR | [x] Line indented incorrectly; expected 5 spaces, found
| | 4
1359 | ERROR | [ ] If the line declaring an array spans longer than 80
| | characters, each element should be broken into its
| | own line
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...viewsh/pareview_temp/tests/src/Kernel/Processor/AddHierarchyTest.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------
38 | ERROR | [x] Missing function doc comment
40 | ERROR | [x] Expected 1 blank line after function; 0 found
41 | ERROR | [x] The closing brace for the class must have an empty line
| | before it
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------

FILE: ...viewsh/pareview_temp/tests/src/Kernel/Processor/SolrBackendTrait.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
19 | ERROR | Missing short description in doc comment
--------------------------------------------------------------------------

Time: 1 mins, 3.86 secs; Memory: 64.01Mb

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mkalkbrenner’s picture

Patch?

malte.koelle’s picture

I've created a patch to fix the most phpcs errors.

There are still some warnings.

In StreamingExpressionBuilder.php:

"StreamingExpressionBuilder::_collection" is not in lowerCamel format

Since I am not that familiar to the module I didn't change that. Is there a reason why the methods start with an underscore?

Also, I haven't created a short description or comments where I don't know exactly what the method does or the variable is for:
- StreamingExpressionBuilder.php
- Utility.php

And I couldn't change the Warning

Possible useless method overriding detected

.
- SolrRequestDispatcherController.php
- SolrFieldTypeController.php
- SolrRequestHandlerController.php
- SolrCacheController.php

I would appreciate any feedback.

malte.koelle’s picture

Status: Active » Needs review
mkalkbrenner’s picture

FileSize
100.94 KB
9.59 KB

"StreamingExpressionBuilder::_collection" is not in lowerCamel format

Since I am not that familiar to the module I didn't change that. Is there a reason why the methods start with an underscore?

That's a must. The underscore is the marker that this function is a "fake" streaming expression, comparable to PHP magic functions that start with two underscores.

And I reverted the comments in the *.install because the entire message should be printed during the update.

mkalkbrenner’s picture

Version: 8.x-1.x-dev » 8.x-3.x-dev
Status: Needs review » Fixed

I had to adjust/revert some more things, especially in the drush commands where the annotations matter.
I set the issue to fixed. But it would be nice if someone could have a second look at the current committed version.

mkalkbrenner’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.