From 2a227315dc46815bf06c046d636999d60a1de431 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Fri, 25 Apr 2025 23:07:58 +0100 Subject: Some larastan fixes --- src/Concerns/Makable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Concerns/Makable.php') diff --git a/src/Concerns/Makable.php b/src/Concerns/Makable.php index 7562970..b215b2d 100644 --- a/src/Concerns/Makable.php +++ b/src/Concerns/Makable.php @@ -6,6 +6,6 @@ trait Makable { public static function make(mixed ...$args): static { - return new static(...$args); + return new static(...$args); // @phpstan-ignore new.static } } -- cgit v1.2.3