Skip to content

Commit 187a580

Browse files
Add missing @return $this annotations
1 parent 2ddb4d2 commit 187a580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Field/ChoiceFormField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public function availableOptionValues()
310310
*
311311
* @internal since Symfony 5.3
312312
*
313-
* @return self
313+
* @return $this
314314
*/
315315
public function disableValidation()
316316
{

Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public function offsetUnset($name)
368368
/**
369369
* Disables validation.
370370
*
371-
* @return self
371+
* @return $this
372372
*/
373373
public function disableValidation()
374374
{

0 commit comments

Comments
 (0)