generated from ConductionNL/Proto-component-commonground
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cf9552
commit 2f75993
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
use Symfony\Component\Validator\Constraints as Assert; | ||
|
||
/** | ||
* An assent registers if assents are given for mutations that require one | ||
* An assent registers if assents are given for mutations that require one. | ||
* | ||
* @author Ruben van der Linde <[email protected]> | ||
* @license EUPL <https://github.com/ConductionNL/contactcatalogus/blob/master/LICENSE.md> | ||
|
@@ -146,9 +146,9 @@ class Assent | |
* @example requested | ||
* | ||
* @Assert\Choice({"requested", "granted", "submitted", "declined"}) | ||
* @Assert\Length( | ||
* max = 255 | ||
* ) | ||
* @Assert\Length( | ||
* max = 255 | ||
* ) | ||
* @Groups({"read","write"}) | ||
* @ORM\Column(type="string", length=255, nullable=true) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters