Skip to content

Commit c36b673

Browse files
author
Alex Rothuis
committed
Suppress warnings: coupling because of value objects
1 parent d275a66 commit c36b673

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Surfnet/StepupMiddleware/CommandHandlingBundle/Configuration/CommandHandler/InstitutionConfigurationCommandHandler.php

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
use Surfnet\StepupMiddleware\CommandHandlingBundle\Configuration\Command\ChangeRaLocationCommand;
3333
use Surfnet\StepupMiddleware\CommandHandlingBundle\Configuration\Command\RemoveRaLocationCommand;
3434

35+
/**
36+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) Value objects
37+
*/
3538
class InstitutionConfigurationCommandHandler extends CommandHandler
3639
{
3740
/**

0 commit comments

Comments
 (0)