Skip to content

Commit 4c5a029

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: [CS] Apply phpdoc_annotation_without_dot
2 parents 3ad28ae + b116bce commit 4c5a029

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Constraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function __set($option, $value)
209209
*
210210
* @throws InvalidOptionsException If an invalid option name is given
211211
*
212-
* @internal This method should not be used or overwritten in userland code.
212+
* @internal this method should not be used or overwritten in userland code
213213
*/
214214
public function __get($option)
215215
{

ConstraintViolationInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function getMessageTemplate();
5656
/**
5757
* Returns the parameters to be inserted into the raw violation message.
5858
*
59-
* @return array A possibly empty list of parameters indexed by the names
60-
* that appear in the message template.
59+
* @return array a possibly empty list of parameters indexed by the names
60+
* that appear in the message template
6161
*
6262
* @see getMessageTemplate()
6363
*/
@@ -108,8 +108,8 @@ public function getPropertyPath();
108108
/**
109109
* Returns the value that caused the violation.
110110
*
111-
* @return mixed The invalid value that caused the validated constraint to
112-
* fail.
111+
* @return mixed the invalid value that caused the validated constraint to
112+
* fail
113113
*/
114114
public function getInvalidValue();
115115

ConstraintViolationListInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function addAll(ConstraintViolationListInterface $otherList);
3939
*
4040
* @return ConstraintViolationInterface The violation
4141
*
42-
* @throws \OutOfBoundsException If the offset does not exist.
42+
* @throws \OutOfBoundsException if the offset does not exist
4343
*/
4444
public function get($offset);
4545

0 commit comments

Comments
 (0)