Skip to content

Commit

Permalink
Suppress CyclomaticComplexity
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 21, 2023
1 parent c75a114 commit aaf1625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AopCodeGenMethodSignature.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use const PHP_EOL;
use const PHP_VERSION_ID;

/** @SuppressWarnings(PHPMD.CyclomaticComplexity) */
final class AopCodeGenMethodSignature
{
/** @var string */
Expand Down

0 comments on commit aaf1625

Please sign in to comment.