mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-13 05:15:13 +00:00
Align PhpDoc @param tags according to PHP-CS-Fixer
This commit is contained in:
parent
0a9b52618d
commit
99996b62d6
@ -37,6 +37,7 @@ class ShapelessRecipe implements CraftingRecipe{
|
||||
/**
|
||||
* @param Item[] $ingredients No more than 9 total. This applies to sum of item stack counts, not count of array.
|
||||
* @param Item[] $results List of result items created by this recipe.
|
||||
*
|
||||
* TODO: we'll want to make the type parameter mandatory in PM5
|
||||
*/
|
||||
public function __construct(array $ingredients, array $results, ?ShapelessRecipeType $type = null){
|
||||
|
Loading…
x
Reference in New Issue
Block a user