-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* | ||
* Constraint instances are immutable and serializable. | ||
* | ||
* @property array $groups The groups that the constraint belongs to | ||
* @property string[] $groups The groups that the constraint belongs to | ||
* | ||
* @author Bernhard Schussek <[email protected]> | ||
*/ | ||
|
@@ -246,7 +246,7 @@ public function getDefaultOption() | |
* | ||
* Override this method if you want to define required options. | ||
* | ||
* @return array | ||
* @return string[] | ||
* | ||
* @see __construct() | ||
*/ | ||
|
@@ -276,7 +276,7 @@ public function validatedBy() | |
* This method should return one or more of the constants | ||
* Constraint::CLASS_CONSTRAINT and Constraint::PROPERTY_CONSTRAINT. | ||
* | ||
* @return string|array One or more constant values | ||
* @return string|string[] One or more constant values | ||
*/ | ||
public function getTargets() | ||
{ | ||
|