Removed remaining annotations

This commit is contained in:
Jan Böhmer 2023-06-11 19:42:02 +02:00
parent 930adaf439
commit 3d7cf8f7f3
4 changed files with 5 additions and 13 deletions

View file

@ -80,7 +80,7 @@ class ProjectBuildHelper
/**
* Checks if the given project can be built with the current stock.
* This means that the maximum buildable count is greater or equal than the requested $number_of_projects
* @parm int $number_of_builds
* @param int $number_of_builds
*/
public function isProjectBuildable(Project $project, int $number_of_builds = 1): bool
{