Skip to content

Commit

Permalink
Run php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 16, 2021
1 parent 66b63f2 commit e3ecbc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FormInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ public function add(self|string $child, string $type = null, array $options = []
/**
* Returns the child with the given name.
*
* @return self
*
* @throws Exception\OutOfBoundsException if the named child does not exist
*/
public function get(string $name): self;
Expand Down Expand Up @@ -287,8 +285,6 @@ public function submit(string|array|null $submittedData, bool $clearMissing = tr

/**
* Returns the root of the form tree.
*
* @return self
*/
public function getRoot(): self;

Expand Down

0 comments on commit e3ecbc0

Please sign in to comment.