Skip to content

Commit

Permalink
Fixed doc-block return type warning for PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodM4ven committed Feb 21, 2024
1 parent 4d2d574 commit 9112777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiSelectPrompt.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ protected function toggleHighlighted(): void
* Returns options as an array; and re-evaluates them if they were in a closure
*
* @param array<int|string, string>|Collection<int|string, string>|Closure $options
* @return array
* @return array<int|string, string>
*/
public function eval(array|Collection|Closure $options): array
{
Expand Down

0 comments on commit 9112777

Please sign in to comment.