Skip to content

Commit

Permalink
PHPMD: suppress warning for coupling between objects
Browse files Browse the repository at this point in the history
The joys of DTOs and VOs
  • Loading branch information
Alex Rothuis committed Jun 13, 2016
1 parent 09efcd4 commit 0ddb1f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Surfnet/Stepup/Configuration/InstitutionConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
use Surfnet\Stepup\Configuration\Value\RaLocationName;
use Surfnet\Stepup\Exception\DomainException;

/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) Events and value objects
*/
class InstitutionConfiguration extends EventSourcedAggregateRoot implements InstitutionConfigurationInterface
{
/**
Expand Down

0 comments on commit 0ddb1f4

Please sign in to comment.