File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
*
26
26
* Constraint instances are immutable and serializable.
27
27
*
28
- * @property array $groups The groups that the constraint belongs to
28
+ * @property string[] $groups The groups that the constraint belongs to
29
29
*
30
30
* @author Bernhard Schussek <[email protected] >
31
31
*/
@@ -246,7 +246,7 @@ public function getDefaultOption()
246
246
*
247
247
* Override this method if you want to define required options.
248
248
*
249
- * @return array
249
+ * @return string[]
250
250
*
251
251
* @see __construct()
252
252
*/
@@ -276,7 +276,7 @@ public function validatedBy()
276
276
* This method should return one or more of the constants
277
277
* Constraint::CLASS_CONSTRAINT and Constraint::PROPERTY_CONSTRAINT.
278
278
*
279
- * @return string|array One or more constant values
279
+ * @return string|string[] One or more constant values
280
280
*/
281
281
public function getTargets ()
282
282
{
You can’t perform that action at this time.
0 commit comments