Skip to content

Commit e3ecbc0

Browse files
Run php-cs-fixer
1 parent 66b63f2 commit e3ecbc0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

FormInterface.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public function add(self|string $child, string $type = null, array $options = []
5858
/**
5959
* Returns the child with the given name.
6060
*
61-
* @return self
62-
*
6361
* @throws Exception\OutOfBoundsException if the named child does not exist
6462
*/
6563
public function get(string $name): self;
@@ -287,8 +285,6 @@ public function submit(string|array|null $submittedData, bool $clearMissing = tr
287285

288286
/**
289287
* Returns the root of the form tree.
290-
*
291-
* @return self
292288
*/
293289
public function getRoot(): self;
294290

0 commit comments

Comments
 (0)