Skip to content

Commit 24c58c3

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed CS fixed CS
2 parents 79ad5c7 + 53980fd commit 24c58c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ConstraintViolationList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function offsetUnset($offset)
164164
*
165165
* @param string|string[] $codes The codes to find
166166
*
167-
* @return static New instance which contains only specific errors.
167+
* @return static new instance which contains only specific errors
168168
*/
169169
public function findByCodes($codes)
170170
{

Context/ExecutionContextInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ public function getValue();
275275
* has been called with a plain value and constraint, this method returns
276276
* null.
277277
*
278-
* @return MetadataInterface|null The metadata of the currently validated
279-
* value.
278+
* @return MetadataInterface|null the metadata of the currently validated
279+
* value
280280
*/
281281
public function getMetadata();
282282

0 commit comments

Comments
 (0)