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)