Types that are specified in the php can be omitted in the PhpDoc blocks
/** * @return void // <-- Redundant PhpDoc tag */ function show(string $message): void {}