From 624a28b29ec5c1179f7f87a5fb7e04907db4dc57 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 4 Feb 2024 13:30:31 +0700 Subject: [PATCH] typof ix --- src/ReflectionAttribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReflectionAttribute.php b/src/ReflectionAttribute.php index 5b00e2f..6241065 100644 --- a/src/ReflectionAttribute.php +++ b/src/ReflectionAttribute.php @@ -91,6 +91,6 @@ public function getTarget(): int */ public function newInstance(): object { - throw new \RuntimeException(sprintf('cannot createw new instance from %s', $this::class)); + throw new \RuntimeException(sprintf('cannot create new instance from %s', $this::class)); } }