Skip to content

Commit fcddf41

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents 2537987 + a12d4e8 commit fcddf41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClearableErrorsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ interface ClearableErrorsInterface
2222
* Removes all the errors of this form.
2323
*
2424
* @param bool $deep Whether to remove errors from child forms as well
25+
*
26+
* @return $this
2527
*/
2628
public function clearErrors(bool $deep = false);
2729
}

Form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,6 @@ public function getErrors(bool $deep = false, bool $flatten = true): FormErrorIt
773773

774774
/**
775775
* {@inheritdoc}
776-
*
777-
* @return $this
778776
*/
779777
public function clearErrors(bool $deep = false): static
780778
{

0 commit comments

Comments
 (0)