diff --git a/src/pocketmine/Server.php b/src/pocketmine/Server.php index 1a2d355a7..1428b74e6 100644 --- a/src/pocketmine/Server.php +++ b/src/pocketmine/Server.php @@ -1775,11 +1775,11 @@ class Server{ } /** - * @param string $title - * @param string $subtitle - * @param int $fadeIn Duration in ticks for fade-in. If -1 is given, client-sided defaults will be used. - * @param int $stay Duration in ticks to stay on screen for - * @param int $fadeOut Duration in ticks for fade-out. + * @param string $title + * @param string $subtitle + * @param int $fadeIn Duration in ticks for fade-in. If -1 is given, client-sided defaults will be used. + * @param int $stay Duration in ticks to stay on screen for + * @param int $fadeOut Duration in ticks for fade-out. * @param Player[]|null $recipients * * @return int