Skip to content

Commit

Permalink
typof ix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 4, 2024
1 parent 987cf86 commit 624a28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReflectionAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

0 comments on commit 624a28b

Please sign in to comment.