Skip to content

Commit c4d6258

Browse files
committed
...
1 parent 533b7c3 commit c4d6258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/recipe/RecipeUnlockingRequirement.php

+2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ final class RecipeUnlockingRequirement{
2121

2222
/**
2323
* @param RecipeIngredient[]|null $unlockingIngredients
24+
* @phpstan-param list<RecipeIngredient>|null $unlockingIngredients
2425
*/
2526
public function __construct(
2627
private ?array $unlockingIngredients
2728
){}
2829

2930
/**
3031
* @return RecipeIngredient[]|null
32+
* @phpstan-return list<RecipeIngredient>|null
3133
*/
3234
public function getUnlockingIngredients() : ?array{ return $this->unlockingIngredients; }
3335

0 commit comments

Comments
 (0)