From ba2e4bc3196ecfda750144d79d8a37bc88c18cc9 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Mon, 4 Nov 2024 01:54:33 +0300 Subject: [PATCH] Reformating comments on `Relation` field --- src/Screen/Fields/Relation.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Screen/Fields/Relation.php b/src/Screen/Fields/Relation.php index 94036e54c..c59726bbe 100644 --- a/src/Screen/Fields/Relation.php +++ b/src/Screen/Fields/Relation.php @@ -213,7 +213,6 @@ public function displayAppend(string $append): self /** * Set the maximum number of items that may be selected. * - * * @return $this */ public function max(int $number) @@ -226,7 +225,6 @@ public function max(int $number) /** * Sets the size of the chunk to be shown to the user. * - * * @return $this */ public function chunk(int $value) @@ -237,7 +235,6 @@ public function chunk(int $value) /** * Allow empty value to be set * - * * @return $this */ public function allowEmpty(bool $value = true)