Fix the issues reported by phpcs

Created on 6 January 2022, over 2 years ago
Updated 30 January 2024, 5 months ago

Problem/Motivation

FILE: /Users/specbee/Sites/Projects/libraries/config/install/libraries.settings.yml
-----------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------
 10 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/config/schema/libraries.schema.yml
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 53 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/libraries.install
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 8 | WARNING | [x] Unused use statement
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/modules/libraries_test/libraries_test.routing.yml
------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------------------
  6 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
 12 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
 18 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
 24 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
 30 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
 36 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/modules/libraries_test/libraries_test.module
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 11 ERRORS AND 2 WARNINGS AFFECTING 13 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   9 | WARNING | [x] Unused use statement
  52 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  62 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 292 | 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."
 320 | ERROR   | [ ] Missing parameter type
 322 | ERROR   | [ ] Missing parameter type
 325 | ERROR   | [ ] Missing parameter name
 328 | ERROR   | [ ] Missing parameter name
 331 | ERROR   | [ ] Missing parameter name
 336 | ERROR   | [ ] Return type missing for @return tag in function comment
 435 | ERROR   | [ ] Missing parameter type
 438 | ERROR   | [ ] Missing parameter type
 441 | ERROR   | [ ] Missing parameter type
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/modules/libraries_test/src/Controller/ExampleController.php
---------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 5 WARNINGS AFFECTING 12 LINES
---------------------------------------------------------------------------------------------------------------
  8 | ERROR   | [x] Missing class doc comment
 21 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
 26 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
 27 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 31 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
 44 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
 70 | ERROR   | [x] Missing function doc comment
 74 | ERROR   | [x] Missing function doc comment
 78 | ERROR   | [x] Missing function doc comment
 82 | ERROR   | [x] Missing function doc comment
 86 | ERROR   | [x] Missing function doc comment
 90 | ERROR   | [x] Missing function doc comment
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Unit/Plugin/libraries/VersionDetector/LinePatternDetectorTest.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 14 ERRORS AND 2 WARNINGS AFFECTING 12 LINES
-------------------------------------------------------------------------------------------------------------------------
  21 | ERROR   | [ ] Missing member variable doc comment
  65 | ERROR   | [ ] Missing short description in doc comment
  66 | ERROR   | [ ] Description for the @return value is missing
  73 | WARNING | [x] A comma should follow the last multiline array item. Found: '/@version (\d+\.\d+\.\d+)/'
 125 | ERROR   | [ ] Missing short description in doc comment
 126 | ERROR   | [ ] Description for the @return value is missing
 133 | WARNING | [x] A comma should follow the last multiline array item. Found: '/@version (\d+\.\d+\.\d+)/'
 142 | ERROR   | [x] Array indentation error, expected 6 spaces but found 4
 142 | ERROR   | [x] Expected 0 spaces before comma; 4 found
 142 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 150 | ERROR   | [ ] Description for the @return value is missing
 182 | ERROR   | [ ] Missing short description in doc comment
 183 | ERROR   | [ ] Missing parameter comment
 183 | ERROR   | [ ] Missing parameter type
 184 | ERROR   | [ ] Missing parameter comment
 184 | ERROR   | [ ] Missing parameter type
-------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Functional/ExternalLibrary/Definition/DefinitionDiscoveryFactoryTest.php
--------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------
 71 | WARNING | [x] A comma should follow the last multiline array item. Found: '1.0.0'
--------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Functional/LibrariesWebTest.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 6 WARNINGS AFFECTING 14 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
  68 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 125 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 199 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 208 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 217 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 262 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 279 | ERROR   | [ ] Public method name "LibrariesWebTest::_testLibrariesLoad" is not in lowerCamel format
 410 | ERROR   | [ ] Public method name "LibrariesWebTest::_testLibrariesOutput" is not in lowerCamel format
 461 | ERROR   | [ ] Missing parameter type
 468 | ERROR   | [ ] Missing parameter type
 471 | ERROR   | [ ] Missing parameter type
 475 | ERROR   | [ ] The array declaration extends to column 91 (the limit is 80). The array content should be split up over multiple lines
 514 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 516 | ERROR   | [x] list(...) is forbidden, use [...] instead.
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Kernel/LibraryTypeKernelTestBase.php
--------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------
  46 | ERROR | Description for the @return value is missing
 140 | ERROR | Description for the @return value is missing
--------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Kernel/ExternalLibrary/Asset/MultipleAssetLibraryTest.php
-----------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 4 WARNINGS AFFECTING 12 LINES
-----------------------------------------------------------------------------------------------------------------
  66 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
  72 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
  78 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
  91 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
  97 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 103 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
 128 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 135 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 141 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
 154 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 161 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 167 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Kernel/ExternalLibrary/Asset/AssetLibraryTest.php
---------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------
  60 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
  66 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
  72 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
  96 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 103 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 109 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
---------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Kernel/ExternalLibrary/GlobalLocatorTest.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
  5 | WARNING | [x] Unused use statement
 47 | ERROR   | [ ] The array declaration extends to column 90 (the limit is 80). The array content should be split up over multiple lines
 47 | ERROR   | [ ] The array declaration extends to column 89 (the limit is 80). The array content should be split up over multiple lines
-------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/tests/src/Kernel/LibrariesApi/LibrariesUnitTest.php
-------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------
 22 | ERROR | [x] Visibility must be declared on method "testLibrariesGetPath"
 34 | ERROR | [x] Visibility must be declared on method "testLibrariesPrepareFiles"
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/libraries.drush.inc
------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 29 WARNINGS AFFECTING 36 LINES
------------------------------------------------------------------------------------
  20 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  21 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
  22 | WARNING | [ ] Line exceeds 80 characters; contains 110 characters
  22 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
  23 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
  24 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 8
  25 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
  26 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  27 | ERROR   | [x] Line indented incorrectly; expected 3 spaces, found 2
 121 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 122 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 126 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 127 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 128 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 130 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 131 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 135 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 136 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 137 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 141 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 142 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 144 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 145 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 148 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 149 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 152 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 153 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 157 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 158 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 161 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 163 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 165 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 169 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 171 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 172 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 174 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
 175 | WARNING | [ ] Code after the RETURN statement on line 118 cannot be executed
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/libraries.api.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AND 4 WARNINGS AFFECTING 10 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 171 | ERROR   | [ ] Return type missing for @return tag in function comment
 263 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 311 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
 336 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release.' does not match the standard format: @deprecated in %deprecation-version% and is
     |         |     removed from %removal-version%. %extra-info%.
 336 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 340 | WARNING | [x] There must be no blank line following an inline comment
 340 | WARNING | [ ] There must be no blank line following an inline comment
 480 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 505 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 577 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release.' does not match the standard format: @deprecated in %deprecation-version% and is
     |         |     removed from %removal-version%. %extra-info%.
 577 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 600 | ERROR   | [ ] Return type missing for @return tag in function comment
 603 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release.' does not match the standard format: @deprecated in %deprecation-version% and is
     |         |     removed from %removal-version%. %extra-info%.
 603 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/README.txt
-----------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-----------------------------------------------------------------------
 17 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 39 | ERROR   | [x] Expected 1 newline at end of file; 2 found
-----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/libraries.module
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 52 ERRORS AND 18 WARNINGS AFFECTING 56 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   9 | WARNING | [x] Unused use statement
  58 | ERROR   | [ ] Missing parameter type
  60 | ERROR   | [ ] Missing parameter type
  63 | ERROR   | [ ] Return type missing for @return tag in function comment
  68 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
  68 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 101 | ERROR   | [ ] Return type missing for @return tag in function comment
 106 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 106 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 114 | WARNING | [x] There must be no blank line following an inline comment
 114 | WARNING | [ ] There must be no blank line following an inline comment
 162 | ERROR   | [ ] Return type missing for @return tag in function comment
 166 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 166 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 203 | ERROR   | [ ] Missing parameter type
 206 | ERROR   | [ ] Missing parameter type
 209 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 209 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 227 | ERROR   | [ ] Missing parameter type
 229 | ERROR   | [ ] Missing parameter type
 232 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 232 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 277 | ERROR   | [ ] Missing parameter type
 280 | ERROR   | [ ] Missing parameter type
 283 | ERROR   | [ ] Missing parameter type
 290 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 290 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 329 | ERROR   | [ ] Missing parameter type
 332 | ERROR   | [ ] Missing parameter type
 335 | ERROR   | [ ] Missing parameter type
 342 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 342 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 381 | ERROR   | [ ] Missing parameter type
 395 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 395 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 485 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 485 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 524 | ERROR   | [ ] Missing parameter type
 543 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 543 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 633 | ERROR   | [ ] The array declaration extends to column 122 (the limit is 80). The array content should be split up over multiple lines
 661 | ERROR   | [ ] Missing parameter type
 663 | ERROR   | [ ] Missing parameter type
 668 | ERROR   | [ ] Return type missing for @return tag in function comment
 678 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 678 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 735 | ERROR   | [ ] Missing parameter type
 738 | ERROR   | [ ] Return type missing for @return tag in function comment
 741 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 741 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
 763 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 764 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 767 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 768 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 769 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 774 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 775 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 776 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 779 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 781 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 782 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 784 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 785 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 788 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 789 | WARNING | [ ] Code after the BREAK statement on line 762 cannot be executed
 822 | ERROR   | [ ] Missing parameter type
 824 | ERROR   | [ ] Missing parameter type
 839 | ERROR   | [ ] Return type missing for @return tag in function comment
 844 | ERROR   | [ ] The text '@deprecated Will be removed before a stable Drupal 8 release. Please use the new library load and managment concepts described at:
     |         |     https://www.drupal.org/node/2170763' does not match the standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%.
 844 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Asset/LocalRemoteAssetTrait.php
-----------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------
 47 | ERROR | Inline doc block comments are not allowed; use "/* Comment */" or "// Comment" instead
 63 | ERROR | Missing parameter comment
 91 | ERROR | Missing parameter comment
-----------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Asset/MultipleAssetLibraryInterface.php
---------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------
 53 | ERROR | Description for the @return value is missing
---------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Asset/AttachableAssetLibraryRegistrationInterface.php
-----------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------
 18 | ERROR | Missing parameter comment
-----------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Asset/AssetLibrary.php
--------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------------------------------------------------------
  22 | ERROR | [x] Opening brace should be on the same line as the declaration
  28 | ERROR | [x] Space found before semicolon; expected "LocalRemoteAssetTrait;" but found "LocalRemoteAssetTrait\n  ;"
  48 | ERROR | [ ] Missing @var tag in member variable comment
  88 | ERROR | [ ] Description for the @return value is missing
 114 | ERROR | [ ] Missing parameter comment
 116 | ERROR | [ ] Description for the @return value is missing
--------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Asset/MultipleAssetLibrary.php
--------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------------------------------------------------------
  26 | ERROR | [x] Opening brace should be on the same line as the declaration
  32 | ERROR | [x] Space found before semicolon; expected "LocalRemoteAssetTrait;" but found "LocalRemoteAssetTrait\n  ;"
  36 | ERROR | [ ] Missing @var tag in member variable comment
  79 | ERROR | [ ] Description for the @return value is missing
 109 | ERROR | [ ] Missing parameter comment
 111 | ERROR | [ ] Description for the @return value is missing
--------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Asset/AssetLibraryInterface.php
-------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------
 46 | ERROR | [x] Opening brace should be on the same line as the declaration
 54 | ERROR | [ ] Description for the @return value is missing
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/LibraryManager.php
----------------------------------------------------------------------------------------------
FOUND 11 ERRORS AND 1 WARNING AFFECTING 10 LINES
----------------------------------------------------------------------------------------------
  65 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
  87 | ERROR   | Missing short description in doc comment
  88 | ERROR   | Missing parameter comment
  88 | ERROR   | Missing parameter type
  89 | ERROR   | Missing parameter comment
  89 | ERROR   | Missing parameter type
  90 | ERROR   | Description for the @return value is missing
 108 | ERROR   | Missing short description in doc comment
 109 | ERROR   | Missing parameter comment
 110 | ERROR   | Missing parameter comment
 112 | ERROR   | Description for the @return value is missing
 114 | ERROR   | Type hint "array" missing for $definition
----------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Dependency/DependentLibraryTrait.php
------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------
 14 | ERROR | Missing @var tag in member variable comment
------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Local/LocalLibraryTrait.php
---------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------
  3 | ERROR | [x] There must be one blank line after the namespace declaration
 12 | ERROR | [x] Doc comment long description must end with a full stop
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Local/LocalLibraryInterface.php
-------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------
 74 | ERROR | Missing parameter comment
 76 | ERROR | Description for the @return value is missing
-------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Type/LibraryTypeBase.php
------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------
 20 | ERROR | [x] Opening brace should be on the same line as the declaration
------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Version/VersionedLibraryTrait.php
---------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------
 75 | ERROR | Missing parameter comment
 77 | ERROR | Description for the @return value is missing
---------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Version/VersionedLibraryInterface.php
-------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------
 57 | ERROR | Missing parameter comment
 59 | ERROR | Description for the @return value is missing
-------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Definition/FileDefinitionDiscoveryBase.php
------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------
 58 | ERROR | Missing parameter type
 71 | ERROR | Missing parameter type
------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Definition/WritableDefinitionDiscoveryInterface.php
---------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
 23 | ERROR | Type hint "array" missing for $definition
---------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Definition/FileDefinitionDiscovery.php
--------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------
 5 | WARNING | [x] Unused use statement
 6 | WARNING | [x] Unused use statement
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/LibraryBase.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------
 19 | ERROR | [x] Opening brace should be on the same line as the declaration
 25 | ERROR | [x] Space found before semicolon; expected "VersionedLibraryTrait;" but found "VersionedLibraryTrait\n  ;"
-------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/ExternalLibrary/Remote/RemoteLibraryTrait.php
-----------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------
 38 | ERROR | [x] Return comment indentation must be 3 spaces, found 1 spaces
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/Plugin/MissingPluginConfigurationException.php
------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------
 24 | ERROR | Missing parameter type
 28 | ERROR | Missing parameter type
------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/Plugin/libraries/Locator/UriLocator.php
--------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------
 76 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 80 | ERROR   | [x] list(...) is forbidden, use [...] instead.
 80 | WARNING | [ ] Unused variable $scheme.
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/Plugin/libraries/Type/AssetLibraryType.php
------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------
 11 | ERROR | [ ] Missing short description in doc comment
 27 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/Plugin/libraries/Type/MultipleAssetLibraryType.php
----------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------------------------------------
 12 | ERROR | [ ] Missing short description in doc comment
 28 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 38 | ERROR | [ ] Missing short description in doc comment
 39 | ERROR | [ ] Missing parameter comment
 40 | ERROR | [ ] Missing parameter comment
 42 | ERROR | [ ] Description for the @return value is missing
----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/Plugin/libraries/Type/PhpFileLibraryType.php
----------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
 13 | ERROR | Missing short description in doc comment
----------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/Plugin/libraries/VersionDetector/StaticDetector.php
-----------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------
 25 | ERROR | Missing parameter comment
 26 | ERROR | Missing parameter comment
 27 | ERROR | Missing parameter comment
-----------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/Plugin/libraries/VersionDetector/LinePatternDetector.php
----------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------
 35 | ERROR | Missing parameter comment
 36 | ERROR | Missing parameter comment
 37 | ERROR | Missing parameter comment
 38 | ERROR | Missing parameter comment
----------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/StreamWrapper/LocalHiddenStreamTrait.php
------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------
 15 | ERROR | Description for the @return value is missing
------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/StreamWrapper/AssetLibrariesStream.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
 22 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 29 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
-----------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/StreamWrapper/LibraryDefinitionsStream.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 3 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
 67 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 74 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 86 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
 86 | ERROR   | [ ] Missing parameter type
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/StreamWrapper/PhpFileLibrariesStream.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
 22 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 29 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
-----------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/specbee/Sites/Projects/libraries/src/StreamWrapper/PrivateStreamTrait.php
--------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------
 20 | ERROR | [ ] @return doc comment specified, but function has no return statement
 25 | ERROR | [x] Visibility must be declared on method "getExternalUrl"
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------

Time: 1.05 secs; Memory: 16MB

Steps to reproduce

Run following command
phpcs --standard=“Drupal,DrupalPractice” --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,css,js .

📌 Task
Status

Needs work

Version

3.0

Component

Code

Created by

🇧🇷Brazil Matheus Macario

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

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • First commit to issue fork.
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • Status changed to Needs work over 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    The issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, show which command has been used, which arguments have been used, and which report that command shown.

  • Status changed to Needs review over 1 year ago
  • 🇮🇳India nikhilmahala11

    Fix the issues reported by phpcs but still, there are some phpcs issues left.

  • Status changed to Needs work over 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    The status is also for the issue summary that needs to be updated.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹
           // 2.x: this.majorVersion="2";this.minorVersion="1.3"
    -      // 3.x: majorVersion:'3',minorVersion:'2.0.1'
    +      // 3.x: majorVersion:'3',minorVersion:'2.0.1'.

    I am not sure a period is necessary, given what those comments show.

    +  $items['libraries-download'] = array[
    +  'callback' => 'libraries_drush_download',
    +  'description' => dt('Downloads a registered library into the libraries directory for the active site.'),
    +  'arguments' => [
    +  'name' => dt('The internal name of the registered library.'),
    +  ],
    +  ];

    The first line causes a parsing error.
    The other lines are not indented correctly.

     class AssetLibrary extends LibraryBase implements
    -  AssetLibraryInterface,
    -  LocalLibraryInterface,
    -  RemoteLibraryInterface
    -{
    +    AssetLibraryInterface,
    +    LocalLibraryInterface,
    +    RemoteLibraryInterface {

    The line indentation is wrong.

    -   * \Drupal\libraries\ExternalLibrary\Remote\RemoteLibraryInterface::getRemoteUrl()
    +   *   \Drupal\libraries\ExternalLibrary\Remote\RemoteLibraryInterface::getRemoteUrl()
        */

    Probably that line should start with @see.

    +  /**
    +   *
    +   */
       public function files() {

    Documentation comments for methods need to describe the method, its parameters and its return value.

    -          // $filepath = str_replace('index.php/', '', $filepath);
    +          // $filepath = str_replace('index.php/', '', $filepath);.

    No, a period is not added at the end of a line containing PHP code.

    -      ]],
    +      ],
    +      ],

    The indentation is wrong.

  • 🇮🇳India imustakim Ahmedabad

    Issue summary updated.

  • First commit to issue fork.
  • Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.2 & MySQL 8
    last update 8 months ago
    Not currently mergeable.
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • First commit to issue fork.
  • Open on Drupal.org →
    Core: 10.2.1 + Environment: PHP 8.2 & MySQL 8
    last update 5 months ago
    Not currently mergeable.
Production build 0.69.0 2024