Skip to content

Commit

Permalink
Add missing phpdoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkutny committed Jul 12, 2023
1 parent a9d66b3 commit f8198f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Column/ColumnStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function addOption($value, string $text): Option

/**
* Set all options at once
*
* @param string[] $options
* @return static
*/
public function setOptions(array $options): self
Expand Down

0 comments on commit f8198f4

Please sign in to comment.