phpcs related updates

Created on 16 July 2025, 12 days ago

Problem/Motivation

phpcs has flagged a number of opportunities, do not need to resolve any or all of them however would be nice to chip away at it, at least the most useful ones. I personnally disagree with an empty comment fix so I will not accept those.

FILE: src/ThemeSettings.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
 226 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 321 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 322 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Theme.php
------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
------------------------------------------------------------------------------------------------------------------------
 195 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 428 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 467 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 578 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 775 | ERROR   | [ ] Wrong function doc comment end; expected "*/", found
     |         |     "***************************************************************************/"
     |         |     (Drupal.Commenting.DocComment.WrongEnd)
 787 | ERROR   | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the
     |         |     standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 789 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::getCdnProvider()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 807 | ERROR   | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the
     |         |     standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 809 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::getCdnProviders()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 821 | ERROR   | [ ] The text '@deprecated in 8.x-3.1, will be removed in a future release.' does not match the
     |         |     standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 823 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::getSettingPlugin()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/SerializedResponse.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 12 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
    |         | (Drupal.Commenting.ClassComment.Short)
------------------------------------------------------------------------------------------------------------------------
FILE: src/DeprecatedInterface.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 7 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
   |         | (Drupal.Commenting.ClassComment.Short)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Bootstrap.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------
  108 | WARNING | [ ] Line exceeds 80 characters; contains 127 characters (Drupal.Files.LineLength.TooLong)
  401 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
      |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
  429 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
      |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 1352 | ERROR   | [ ] The text '@deprecated in 8.x-3.18 and will be removed in a future release. Use
      |         |     \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.' does not match the standard
      |         |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
      |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Utility/Unicode.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------
  13 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
     |         | (Drupal.Commenting.ClassComment.Short)
 214 | ERROR   | The trigger_error message '\Drupal\bootstrap\Utility\Unicode::strpos() is deprecated in
     |         | bootstrap:8.x-3.22 and will be removed before bootstrap:5.0.0. Use mb_strpos() instead. See
     |         | https://www.drupal.org/project/bootstrap/issues/3096963.' does not match the strict standard format:
     |         | %thing% is deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | See %cr-link% (Drupal.Semantics.FunctionTriggerError.TriggerErrorTextLayoutStrict)
 243 | ERROR   | The trigger_error message '\Drupal\bootstrap\Utility\Unicode::strtolower() is deprecated in
     |         | bootstrap:8.x-3.22 and will be removed before bootstrap:5.0.0. Use mb_strtolower() instead. See
     |         | https://www.drupal.org/project/bootstrap/issues/3096963.' does not match the strict standard format:
     |         | %thing% is deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | See %cr-link% (Drupal.Semantics.FunctionTriggerError.TriggerErrorTextLayoutStrict)
 280 | ERROR   | The trigger_error message '\Drupal\bootstrap\Utility\Unicode::substr() is deprecated in
     |         | bootstrap:8.x-3.22 and will be removed before bootstrap:5.0.0. Use mb_substr() instead. See
     |         | https://www.drupal.org/project/bootstrap/issues/3096963.' does not match the strict standard format:
     |         | %thing% is deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | See %cr-link% (Drupal.Semantics.FunctionTriggerError.TriggerErrorTextLayoutStrict)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Utility/SortArray.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 11 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
    |         | (Drupal.Commenting.ClassComment.Short)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Utility/Element.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 718 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Utility/Crypt.php
------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------
  12 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
     |         | (Drupal.Commenting.ClassComment.Short)
 169 | ERROR   | Doc comment short description must be on a single line, further text should be a separate paragraph
     |         | (Drupal.Commenting.DocComment.ShortSingleLine)
 181 | WARNING | The deprecation-version '8.x-3.18' does not match the lower-case machine-name standard: drupal:n.n.n
     |         | or project:n.x-n.n or project:n.x-n.n-label[n] or project:n.n.n or project:n.n.n-label[n]
     |         | (Drupal.Commenting.Deprecated.DeprecatedVersionFormat)
 183 | WARNING | The @see url ' ' does not match the standard: http(s)://www.drupal.org/node/n or
     |         | http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 183 | ERROR   | Content missing for @see tag in function comment (Drupal.Commenting.FunctionComment.EmptySees)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Utility/Attributes.php
------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
  67 | ERROR | [x] Expected 1 space after IF keyword; 0 found
     |       |     (Drupal.ControlStructures.ControlSignature.SpaceAfterKeyword)
 184 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Utility/ArrayObject.php
---------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------------------
 366 | ERROR | Description for the @return value is missing (Drupal.Commenting.FunctionComment.MissingReturnComment)
 418 | ERROR | Missing parameter comment (Drupal.Commenting.FunctionComment.MissingParamComment)
---------------------------------------------------------------------------------------------------------------------
FILE: src/Traits/FormAutoloadFixTrait.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 10 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
    |         | (Drupal.Commenting.ClassComment.Short)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/UpdateManager.php
------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
 128 | ERROR   | Wrong function doc comment end; expected "*/", found "*************************/"
     |         | (Drupal.Commenting.DocComment.WrongEnd)
 136 | ERROR   | The text '@deprecated 8.x-3.0-rc2, will be removed before 8.x-3.0 is released.' does not match the
     |         | standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         | %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 138 | WARNING | The @see url '\Drupal\bootstrap\Plugin\UpdateManager::getLatestSchema' does not match the standard:
     |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/ProviderManager.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 103 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/ProcessManager.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 133 | ERROR | The array declaration extends to column 123 (the limit is 120). The array content should be split up
     |       | over multiple lines (Drupal.Arrays.Array.LongLineDeclaration)
 199 | ERROR | The text '@deprecated Will be removed in a future release. Use
     |       | \Drupal\bootstrap\Utility\Element::findButton() directly.' does not match the standard format:
     |       | @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 199 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/PluginBase.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 26 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Update/UpdateBase.php
------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 8 LINES
------------------------------------------------------------------------------------------------------------------------
 20 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
    |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 34 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
    |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 48 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
    |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 74 | ERROR   | [ ] Wrong function doc comment end; expected "*/", found "*************************/"
    |         |     (Drupal.Commenting.DocComment.WrongEnd)
 79 | ERROR   | [ ] The text '@deprecated 8.x-3.0-rc2, will be removed before 8.x-3.0 is released.' does not match the
    |         |     standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
    |         |     %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 81 | WARNING | [ ] The @see url '\Drupal\bootstrap\Plugin\Update\UpdateBase::getSeverity' does not match the standard:
    |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 90 | ERROR   | [ ] The text '@deprecated 8.x-3.0-rc2, will be removed before 8.x-3.0 is released.' does not match the
    |         |     standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
    |         |     %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 92 | WARNING | [ ] The @see url '\Drupal\bootstrap\Plugin\Update\UpdateBase::getLabel' does not match the standard:
    |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/SettingInterface.php
------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
  83 | ERROR | The text '@deprecated Will be removed in a future release. Use
     |       | \Drupal\bootstrap\Plugin\Setting\SettingInterface::getGroupElement' does not match the standard format:
     |       | @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  83 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 119 | ERROR | The text '@deprecated Will be removed in a future release. Use
     |       | \Drupal\bootstrap\Plugin\Setting\SettingInterface::getSettingElement' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 119 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/SettingBase.php
------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------------------
  20 | ERROR | [ ] Missing member variable doc comment (Drupal.Commenting.VariableComment.Missing)
  97 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 104 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 110 | ERROR | [ ] The text '@deprecated Will be removed in a future release. Use
     |       |     \Drupal\bootstrap\Plugin\Setting\SettingInterface::getGroupElement' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 110 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 158 | ERROR | [ ] The text '@deprecated Will be removed in a future release. Use
     |       |     \Drupal\bootstrap\Plugin\Setting\SettingInterface::getSettingElement' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 158 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Schemas.php
------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------
 136 | ERROR | [x] list(...) is forbidden, use [...] instead. (SlevomatCodingStandard.PHP.ShortList.LongListUsed)
------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/JavaScript/Popovers/PopoverTriggerAutoclose.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 25 | ERROR   | The text '@deprecated Since 8.x-3.14. Will be removed in a future release.' does not match the standard
    |         | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
    |         | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 27 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Setting\JavaScript\Popovers\PopoverAutoClose' does not match the
    |         | standard: http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Components/Region/RegionWells.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 74 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnVersion.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 69 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnTheme.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 73 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnProviderBase.php
------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 11 | WARNING | [x] Unused use statement (Drupal.Classes.UnusedUseStatement.UnusedUse)
 76 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
    |         |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
 76 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
    |         |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnJsdelivrVersion.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 31 | ERROR   | The text '@deprecated since 8.x-3.18. Replaced with new setting. Will be removed in a future release.'
    |         | does not match the standard format: @deprecated in %deprecation-version% and is removed from
    |         | %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 34 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnVersion' does not match the standard:
    |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnJsdelivrTheme.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 32 | ERROR   | The text '@deprecated since 8.x-3.18. Replaced with new setting. Will be removed in a future release.'
    |         | does not match the standard format: @deprecated in %deprecation-version% and is removed from
    |         | %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 35 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnTheme' does not match the standard:
    |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnCustomJsMin.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 30 | ERROR   | The text '@deprecated since 8.x-3.18. Replaced with new setting. Will be removed in a future release.'
    |         | does not match the standard format: @deprecated in %deprecation-version% and is removed from
    |         | %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 33 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustom' does not match the standard:
    |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnCustomJs.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 30 | ERROR   | The text '@deprecated since 8.x-3.18. Replaced with new setting. Will be removed in a future release.'
    |         | does not match the standard format: @deprecated in %deprecation-version% and is removed from
    |         | %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 33 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustom' does not match the standard:
    |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnCustomCssMin.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 30 | ERROR   | The text '@deprecated since 8.x-3.18. Replaced with new setting. Will be removed in a future release.'
    |         | does not match the standard format: @deprecated in %deprecation-version% and is removed from
    |         | %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 33 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustom' does not match the standard:
    |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnCustomCss.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 30 | ERROR   | The text '@deprecated since 8.x-3.18. Replaced with new setting. Will be removed in a future release.'
    |         | does not match the standard format: @deprecated in %deprecation-version% and is removed from
    |         | %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 33 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustom' does not match the standard:
    |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Setting/Advanced/Cdn/CdnCacheTtlBase.php
------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 27 | ERROR | [x] The static declaration must come after the visibility declaration
    |       |     (PSR2.Classes.PropertyDeclaration.StaticBeforeVisibility)
 34 | ERROR | [x] The static declaration must come after the visibility declaration
    |       |     (PSR2.Classes.PropertyDeclaration.StaticBeforeVisibility)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/ProviderInterface.php
------------------------------------------------------------------------------------------------------------------------
FOUND 13 ERRORS AND 5 WARNINGS AFFECTING 14 LINES
------------------------------------------------------------------------------------------------------------------------
  12 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
     |         | (Drupal.Commenting.ClassComment.Short)
 241 | ERROR   | Wrong function doc comment end; expected "*/", found
     |         | "***************************************************************************/"
     |         | (Drupal.Commenting.DocComment.WrongEnd)
 249 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release. There is no replacement for
     |         | this functionality.' does not match the standard format: @deprecated in %deprecation-version% and is
     |         | removed from %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 249 | ERROR   | Each @deprecated tag must have a @see tag immediately following it
     |         | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 266 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |         | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 268 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Provider\ProviderInterface::getCdnAssets()' does not match the
     |         | standard: http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 279 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |         | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 281 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Provider\ProviderInterface::getCdnThemes()' does not match the
     |         | standard: http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 292 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |         | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 294 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Provider\ProviderInterface::getCdnVersions()' does not match
     |         | the standard: http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 304 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release. There is no 1:1 replacement
     |         | for this functionality.' does not match the standard format: @deprecated in %deprecation-version% and
     |         | is removed from %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 307 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Provider\ProviderInterface::getCdnExceptions()' does not match
     |         | the standard: http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 317 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release. There is no replacement for
     |         | this functionality.' does not match the standard format: @deprecated in %deprecation-version% and is
     |         | removed from %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 317 | ERROR   | Each @deprecated tag must have a @see tag immediately following it
     |         | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 330 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release. There is no replacement for
     |         | this functionality.' does not match the standard format: @deprecated in %deprecation-version% and is
     |         | removed from %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 330 | ERROR   | Each @deprecated tag must have a @see tag immediately following it
     |         | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 343 | ERROR   | The text '@deprecated in 8.x-3.18, will be removed in a future release. There is no replacement for
     |         | this functionality.' does not match the standard format: @deprecated in %deprecation-version% and is
     |         | removed from %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 343 | ERROR   | Each @deprecated tag must have a @see tag immediately following it
     |         | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/ProviderException.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 7 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
   |         | (Drupal.Commenting.ClassComment.Short)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/ProviderBase.php
------------------------------------------------------------------------------------------------------------------------
FOUND 17 ERRORS AFFECTING 10 LINES
------------------------------------------------------------------------------------------------------------------------
  25 | ERROR | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  25 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 108 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 109 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 590 | ERROR | [ ] Wrong function doc comment end; expected "*/", found
     |       |     "***************************************************************************/"
     |       |     (Drupal.Commenting.DocComment.WrongEnd)
 595 | ERROR | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 595 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 605 | ERROR | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 605 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 615 | ERROR | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 615 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 625 | ERROR | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 625 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 635 | ERROR | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 635 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 683 | ERROR | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       |     format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 683 | ERROR | [ ] Each @deprecated tag must have a @see tag immediately following it
     |       |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/InvalidCdnUrlException.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 7 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
   |         | (Drupal.Commenting.ClassComment.Short)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/DrupalBootstrapStyles.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
 35 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 70 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 95 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/Custom.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 35 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/CdnAssets.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------
  10 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
     |         |     (Drupal.Commenting.ClassComment.Short)
  63 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 203 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 308 | ERROR   | [x] list(...) is forbidden, use [...] instead. (SlevomatCodingStandard.PHP.ShortList.LongListUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/CdnAsset.php
------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
------------------------------------------------------------------------------------------------------------------------
  17 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
     |         |     (Drupal.Commenting.ClassComment.Short)
 168 | ERROR   | [x] Use "elseif" in place of "else if" (Drupal.ControlStructures.ElseIf.ElseIfDeclaration)
 169 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters (Drupal.Files.LineLength.TooLong)
 171 | WARNING | [ ] Line exceeds 80 characters; contains 105 characters (Drupal.Files.LineLength.TooLong)
 178 | ERROR   | [x] list(...) is forbidden, use [...] instead. (SlevomatCodingStandard.PHP.ShortList.LongListUsed)
 201 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 238 | ERROR   | [ ] Description for the @return value is missing
     |         |     (Drupal.Commenting.FunctionComment.MissingReturnComment)
 262 | ERROR   | [x] list(...) is forbidden, use [...] instead. (SlevomatCodingStandard.PHP.ShortList.LongListUsed)
 333 | ERROR   | [ ] Description for the @return value is missing
     |         |     (Drupal.Commenting.FunctionComment.MissingReturnComment)
 342 | ERROR   | [ ] Description for the @return value is missing
     |         |     (Drupal.Commenting.FunctionComment.MissingReturnComment)
 351 | ERROR   | [ ] Description for the @return value is missing
     |         |     (Drupal.Commenting.FunctionComment.MissingReturnComment)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/Broken.php
------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
  98 | ERROR | Wrong function doc comment end; expected "*/", found
     |       | "***************************************************************************/"
     |       | (Drupal.Commenting.DocComment.WrongEnd)
 103 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 103 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 112 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 112 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Provider/ApiProviderBase.php
------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------------------
 206 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 327 | ERROR   | [x] Use "elseif" in place of "else if" (Drupal.ControlStructures.ElseIf.ElseIfDeclaration)
 328 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters (Drupal.Files.LineLength.TooLong)
 330 | WARNING | [ ] Line exceeds 80 characters; contains 105 characters (Drupal.Files.LineLength.TooLong)
 380 | ERROR   | [ ] The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the
     |         |     standard format: @deprecated in %deprecation-version% and is removed from %removal-version%.
     |         |     %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 380 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
     |         |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Preprocess/MenuLocalAction.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 28 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Preprocess/FileUploadHelp.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 56 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
    |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
 56 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
    |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
 83 | ERROR | [ ] The array declaration extends to column 185 (the limit is 120). The array content should be split up
    |       |     over multiple lines (Drupal.Arrays.Array.LongLineDeclaration)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Preprocess/FileLink.php
------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
  49 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
     |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
  49 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
     |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
  80 | ERROR | [x] Use null coalesce operator instead of ternary operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 111 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
     |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
 111 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
     |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Preprocess/BootstrapDropdown.php
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
 72 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 73 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 96 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Form/NodePreviewFormSelect.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 27 | ERROR | [x] Use null coalesce operator instead of ternary operator.
    |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Alter/ThemeSuggestions.php
------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 2 WARNINGS AFFECTING 7 LINES
------------------------------------------------------------------------------------------------------------------------
  98 | ERROR   | Wrong function doc comment end; expected "*/", found
     |         | "***************************************************************************/"
     |         | (Drupal.Commenting.DocComment.WrongEnd)
 139 | ERROR   | Wrong function doc comment end; expected "*/", found
     |         | "***************************************************************************/"
     |         | (Drupal.Commenting.DocComment.WrongEnd)
 328 | ERROR   | Wrong function doc comment end; expected "*/", found
     |         | "***************************************************************************/"
     |         | (Drupal.Commenting.DocComment.WrongEnd)
 343 | ERROR   | The text '@deprecated Since 8.x-3.2. Will be removed in a future release.' does not match the standard
     |         | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 345 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Alter\ThemeSuggestions::addSuggestionsForEntity' does not match
     |         | the standard: http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 363 | ERROR   | The text '@deprecated Since 8.x-3.2. Will be removed in a future release.' does not match the standard
     |         | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 365 | WARNING | The @see url '\Drupal\bootstrap\Plugin\Alter\ThemeSuggestions::getEntityObject' does not match the
     |         | standard: http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         | (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Alter/ThemeRegistry.php
--------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------
 5 | WARNING | [x] Unused use statement (Drupal.Classes.UnusedUseStatement.UnusedUse)
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------
FILE: src/Plugin/Alter/LibraryInfo.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 62 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing
    |       |     parentheses (Drupal.Commenting.InlineComment.InvalidEndChar)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Annotation/BootstrapProvider.php
------------------------------------------------------------------------------------------------------------------------
FOUND 16 ERRORS AFFECTING 8 LINES
------------------------------------------------------------------------------------------------------------------------
  29 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  29 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
  38 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  38 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
  54 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  54 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
  63 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  63 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
  72 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  72 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
  88 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  88 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
  97 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  97 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 106 | ERROR | The text '@deprecated in 8.x-3.18, will be removed in a future release.' does not match the standard
     |       | format: @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |       | (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 106 | ERROR | Each @deprecated tag must have a @see tag immediately following it
     |       | (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
------------------------------------------------------------------------------------------------------------------------
FILE: src/Annotation/BootstrapConstant.php
-----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
 32 | ERROR | [x] list(...) is forbidden, use [...] instead. (SlevomatCodingStandard.PHP.ShortList.LongListUsed)
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------
FILE: scripts/gen-theme-setting-docs.php
------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
 11 | ERROR | [ ] Doc comment short description must end with a full stop (Drupal.Commenting.DocComment.ShortFullStop)
 11 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
    |       |     (Drupal.Commenting.DocComment.ShortSingleLine)
 25 | ERROR | [x] The open comment tag must be the only content on the line
    |       |     (Drupal.Commenting.DocComment.ContentAfterOpen)
 25 | ERROR | [ ] Missing short description in doc comment (Drupal.Commenting.DocComment.MissingShort)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: scripts/bootstrap.php
------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------
 16 | ERROR | Doc comment is empty (Drupal.Commenting.DocComment.Empty)
------------------------------------------------------------------------
FILE: deprecated.php
------------------------------------------------------------------------------------------------------------------------
FOUND 30 ERRORS AND 25 WARNINGS AFFECTING 54 LINES
------------------------------------------------------------------------------------------------------------------------
  17 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  28 | WARNING | [ ] The @see url '\Drupal\bootstrap\Plugin\ProviderManager::FILE_PATH' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
  35 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  46 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::FRAMEWORK_VERSION' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
  53 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  64 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::FRAMEWORK_VERSION' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
  71 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
  82 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::FRAMEWORK_VERSION' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
  89 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 100 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::FRAMEWORK_VERSION' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 122 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 133 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::addClass()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 146 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 157 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::colorize()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 176 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 187 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::cssClassFromString()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 212 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 223 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::fileScan()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 249 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 262 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::getAttributes()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 281 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 302 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::getAncestry()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 329 | ERROR   | [ ] The text '@deprecated Will be removed in a future release. There is no replacement.' does not
     |         |     match the standard format: @deprecated in %deprecation-version% and is removed from
     |         |     %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 342 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::getClasses()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 368 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 390 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 405 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 416 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::glyphicons()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 426 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 438 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::hasGlyphicons()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 459 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 474 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::glyphicon()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 480 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     |         |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 491 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 502 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::setIcon()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 521 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 532 | WARNING | [ ] The @see url '\Drupal\bootstrap\Bootstrap::glyphiconFromString()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 548 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 559 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::isButton()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 584 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 595 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Unicode::isSimple()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 617 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 628 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::removeClass()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 649 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 673 | WARNING | [ ] The @see url '\Drupal\bootstrap\Plugin\ProviderManager' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 705 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 716 | WARNING | [ ] The @see url '\Drupal\bootstrap\Utility\Element::smartDescription()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 741 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 765 | WARNING | [ ] The @see url '\Drupal\bootstrap\Plugin\Provider\Custom::getAssets()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 799 | ERROR   | [ ] The text '@deprecated Will be removed in a future release. There is no replacement.' does not
     |         |     match the standard format: @deprecated in %deprecation-version% and is removed from
     |         |     %removal-version%. %extra-info%. (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 799 | ERROR   | [ ] Each @deprecated tag must have a @see tag immediately following it
     |         |     (Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag)
 874 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 888 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::includeOnce()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
 916 | ERROR   | [ ] The text '@deprecated Will be removed in a future release.' does not match the standard format:
     |         |     @deprecated in %deprecation-version% and is removed from %removal-version%. %extra-info%.
     |         |     (Drupal.Commenting.Deprecated.IncorrectTextLayout)
 930 | WARNING | [ ] The @see url '\Drupal\bootstrap\Theme::getSetting()' does not match the standard:
     |         |     http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
     |         |     (Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
Time: 1.66 secs; Memory: 26MB
PHP CODE SNIFFER REPORT SUMMARY
---------------------------------------------------------------------------------------
FILE                                                                   ERRORS  WARNINGS
---------------------------------------------------------------------------------------
deprecated.php                                                         30      25
scripts/bootstrap.php                                                  1       0
scripts/gen-theme-setting-docs.php                                     4       0
src/Bootstrap.php                                                      3       1
src/DeprecatedInterface.php                                            0       1
src/SerializedResponse.php                                             0       1
src/Theme.php                                                          8       3
src/ThemeSettings.php                                                  3       0
src/Annotation/BootstrapConstant.php                                   1       0
src/Annotation/BootstrapProvider.php                                   16      0
src/Plugin/PluginBase.php                                              1       0
src/Plugin/ProcessManager.php                                          3       0
src/Plugin/ProviderManager.php                                         1       0
src/Plugin/UpdateManager.php                                           2       1
src/Plugin/Alter/LibraryInfo.php                                       1       0
src/Plugin/Alter/ThemeRegistry.php                                     0       1
src/Plugin/Alter/ThemeSuggestions.php                                  5       2
src/Plugin/Form/NodePreviewFormSelect.php                              1       0
src/Plugin/Preprocess/BootstrapDropdown.php                            3       0
src/Plugin/Preprocess/FileLink.php                                     5       0
src/Plugin/Preprocess/FileUploadHelp.php                               3       0
src/Plugin/Preprocess/MenuLocalAction.php                              1       0
src/Plugin/Provider/ApiProviderBase.php                                4       2
src/Plugin/Provider/Broken.php                                         5       0
src/Plugin/Provider/CdnAsset.php                                       8       3
src/Plugin/Provider/CdnAssets.php                                      3       1
src/Plugin/Provider/Custom.php                                         1       0
src/Plugin/Provider/DrupalBootstrapStyles.php                          3       0
src/Plugin/Provider/InvalidCdnUrlException.php                         0       1
src/Plugin/Provider/ProviderBase.php                                   17      0
src/Plugin/Provider/ProviderException.php                              0       1
src/Plugin/Provider/ProviderInterface.php                              13      5
src/Plugin/Setting/Schemas.php                                         1       0
src/Plugin/Setting/SettingBase.php                                     7       0
src/Plugin/Setting/SettingInterface.php                                4       0
src/Plugin/Setting/Advanced/Cdn/CdnCacheTtlBase.php                    2       0
src/Plugin/Setting/Advanced/Cdn/CdnCustomCss.php                       1       1
src/Plugin/Setting/Advanced/Cdn/CdnCustomCssMin.php                    1       1
src/Plugin/Setting/Advanced/Cdn/CdnCustomJs.php                        1       1
src/Plugin/Setting/Advanced/Cdn/CdnCustomJsMin.php                     1       1
src/Plugin/Setting/Advanced/Cdn/CdnJsdelivrTheme.php                   1       1
src/Plugin/Setting/Advanced/Cdn/CdnJsdelivrVersion.php                 1       1
src/Plugin/Setting/Advanced/Cdn/CdnProviderBase.php                    2       1
src/Plugin/Setting/Advanced/Cdn/CdnTheme.php                           1       0
src/Plugin/Setting/Advanced/Cdn/CdnVersion.php                         1       0
src/Plugin/Setting/Components/Region/RegionWells.php                   1       0
src/Plugin/Setting/JavaScript/Popovers/PopoverTriggerAutoclose.php     1       1
src/Plugin/Update/UpdateBase.php                                       6       2
src/Traits/FormAutoloadFixTrait.php                                    0       1
src/Utility/ArrayObject.php                                            2       0
src/Utility/Attributes.php                                             2       0
src/Utility/Crypt.php                                                  2       3
src/Utility/Element.php                                                1       0
src/Utility/SortArray.php                                              0       1
src/Utility/Unicode.php                                                3       1
---------------------------------------------------------------------------------------
A TOTAL OF 188 ERRORS AND 64 WARNINGS WERE FOUND IN 212 FILES
---------------------------------------------------------------------------------------
PHPCBF CAN FIX 61 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------
PHP CODE SNIFFER VIOLATION SOURCE SUMMARY
-----------------------------------------------------------------------------------------------------------
    SOURCE                                                                                            COUNT
-----------------------------------------------------------------------------------------------------------
[ ] Drupal.Commenting.Deprecated.IncorrectTextLayout                                                  74
[ ] Drupal.Commenting.Deprecated.DeprecatedWrongSeeUrlFormat                                          45
[x] SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed  39
[ ] Drupal.Commenting.Deprecated.DeprecatedMissingSeeTag                                              28
[ ] Drupal.Commenting.ClassComment.Short                                                              11
[ ] Drupal.Commenting.DocComment.WrongEnd                                                             9
[x] Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing                                        8
[ ] Drupal.Commenting.FunctionComment.MissingReturnComment                                            5
[ ] Drupal.Files.LineLength.TooLong                                                                   5
[x] SlevomatCodingStandard.PHP.ShortList.LongListUsed                                                 5
[ ] Drupal.Semantics.FunctionTriggerError.TriggerErrorTextLayoutStrict                                3
[ ] Drupal.Arrays.Array.LongLineDeclaration                                                           2
[x] Drupal.Classes.UnusedUseStatement.UnusedUse                                                       2
[ ] Drupal.Commenting.DocComment.ShortSingleLine                                                      2
[x] Drupal.ControlStructures.ElseIf.ElseIfDeclaration                                                 2
[x] PSR2.Classes.PropertyDeclaration.StaticBeforeVisibility                                           2
[ ] Drupal.Commenting.Deprecated.DeprecatedVersionFormat                                              1
[x] Drupal.Commenting.DocComment.ContentAfterOpen                                                     1
[ ] Drupal.Commenting.DocComment.Empty                                                                1
[ ] Drupal.Commenting.DocComment.MissingShort                                                         1
[ ] Drupal.Commenting.DocComment.ShortFullStop                                                        1
[ ] Drupal.Commenting.FunctionComment.EmptySees                                                       1
[ ] Drupal.Commenting.FunctionComment.MissingParamComment                                             1
[x] Drupal.Commenting.InlineComment.InvalidEndChar                                                    1
[ ] Drupal.Commenting.VariableComment.Missing                                                         1
[x] Drupal.ControlStructures.ControlSignature.SpaceAfterKeyword                                       1
-----------------------------------------------------------------------------------------------------------
A TOTAL OF 252 SNIFF VIOLATIONS WERE FOUND IN 26 SOURCES
-----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SOURCES AUTOMATICALLY (61 VIOLATIONS IN TOTAL)
-----------------------------------------------------------------------------------------------------------

https://git.drupalcode.org/project/bootstrap/-/jobs/5898048

Steps to reproduce

Pipeline

Proposed resolution

TBD

Remaining tasks

Review

User interface changes

N/A

API changes

The smallest amount possible. No risky changes.

Data model changes

N/A

📌 Task
Status

Active

Version

3.0

Component

Code

Created by

🇨🇦Canada joseph.olstad

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

Comments & Activities

Production build 0.71.5 2024