phpunit coverate checks added with report to HTMl, phpstan check fixes for enum

This commit is contained in:
Clemens Schwaighofer
2026-04-17 18:56:07 +09:00
parent 188f0b57d0
commit 90d76bbd6c
6 changed files with 17 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ enum Convert: int
/**
* Get internal name from int value
*
* @param int $value
* @param int $value
* @return self
*/
public static function fromValue(int $value): self

View File

@@ -63,7 +63,7 @@ enum Flag: int
/**
* Get internal name from int value
*
* @param int $value
* @param value-of<self::VALUES> $value
* @return self
*/
public static function fromValue(int $value): self