Skip to content

Commit e33261e

Browse files
committed
AC-9499::Update Symfony dependency packages to the latest LTS version
1 parent 0b0c01f commit e33261e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/internal/Magento/Framework/Code/Generator/EntityAbstract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ protected function _getNullDefaultValue()
321321
/**
322322
* Extract parameter type
323323
*
324+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
324325
* @param \ReflectionParameter $parameter
325326
* @return null|string
326327
*/

lib/internal/Magento/Framework/Code/Reader/ArgumentsReader.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ public function getAnnotations(\ReflectionClass $class)
292292
* It may crash on parameters with union types, and will return relative types, instead of
293293
* FQN references
294294
*
295+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
296+
* @SuppressWarnings(PHPMD.NPathComplexity)
297+
*
295298
* @see reflectionnamedtype.isbuiltin.php
296299
*
297300
* @return mixed|string|void|null

0 commit comments

Comments
 (0)