Fixes from phpstan checks, add PHP CI/CD github action

This commit is contained in:
2026-06-25 14:49:14 +09:00
parent 397fcb25ff
commit 5cba8ca9ac
11 changed files with 431 additions and 124 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ enum Level: int
/**
* @param value-of<self::NAMES>|LogLevel::*|'Debug'|'Info'|'Notice'|'Warning'|'Error'|'Critical'|'Alert'|'Emergency' $name
* @return static
* @return self
*/
public static function fromName(string $name): self
{
@@ -104,7 +104,7 @@ enum Level: int
/**
* @param value-of<self::VALUES> $value
* @return static
* @return self
*/
public static function fromValue(int $value): self
{