Skip to content

Commit 65c14e9

Browse files
[6.0] cs fixes
1 parent 8a4f8ff commit 65c14e9

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Extension/DataCollector/FormDataCollectorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public function buildFinalFormTree(FormInterface $form, FormView $view);
7878

7979
/**
8080
* Returns all collected data.
81-
*
82-
* @return array|Data
8381
*/
8482
public function getData(): array|Data;
8583
}

Form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,6 @@ public function isValid(): bool
727727

728728
/**
729729
* Returns the button that was used to submit the form.
730-
*
731-
* @return FormInterface|ClickableInterface|null
732730
*/
733731
public function getClickedButton(): FormInterface|ClickableInterface|null
734732
{

Guess/ValueGuess.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ public function __construct(string|int|bool|null $value, int $confidence)
3232

3333
/**
3434
* Returns the guessed value.
35-
*
36-
* @return string|int|bool|null
3735
*/
3836
public function getValue(): string|int|bool|null
3937
{

0 commit comments

Comments
 (0)