Skip to content

Commit

Permalink
Reformating comments on Relation field
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 3, 2024
1 parent 195aa07 commit ba2e4bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Screen/Fields/Relation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -237,7 +235,6 @@ public function chunk(int $value)
/**
* Allow empty value to be set
*
*
* @return $this
*/
public function allowEmpty(bool $value = true)
Expand Down

0 comments on commit ba2e4bc

Please sign in to comment.