Align PhpDoc @param tags according to PHP-CS-Fixer

This commit is contained in:
Dylan K. Taylor 2022-12-06 13:21:20 +00:00
parent 0a9b52618d
commit 99996b62d6
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
44 changed files with 87 additions and 86 deletions

View File

@ -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){