Skip to content

Commit

Permalink
refactor: phpstan (3 lvl WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Sep 16, 2024
1 parent cd26d36 commit 5afcdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/src/UI/HasFieldsContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
interface HasFieldsContract
{
/**
* @param T|Closure(T $ctx): T|iterable $fields
* @param T|(Closure(T $ctx): T)|iterable $fields
*
* @return static
*/
Expand Down

0 comments on commit 5afcdd4

Please sign in to comment.