Skip to content

Commit

Permalink
Fix PHPCQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Jul 19, 2024
1 parent 5e9f13b commit e824f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contao/View/Contao2BackendView/ContaoWidgetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public function buildHiddenFields($value, string $propertyName): array
/**
* Process RAW input values.
*
* @var PropertyValueBag $propertyValues The RAW property values from the input provider.
* @param PropertyValueBag $propertyValues The RAW property values from the input provider.
*
* @SuppressWarnings(PHPMD.Superglobals)
* @SuppressWarnings(PHPMD.CamelCaseVariableName)
Expand Down
2 changes: 2 additions & 0 deletions src/Contao/View/Contao2BackendView/EditMask.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveClassLength)
* @SuppressWarnings(PHPMD.NPathComplexity)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
class EditMask
{
Expand Down

0 comments on commit e824f65

Please sign in to comment.