diff --git a/src/Content/PlainTextContentStorageHandler.php b/src/Content/PlainTextContentStorageHandler.php index cdddaeef59..21c2d20e86 100644 --- a/src/Content/PlainTextContentStorageHandler.php +++ b/src/Content/PlainTextContentStorageHandler.php @@ -202,7 +202,7 @@ public function exists(VersionId $versionId, Language $language): bool // @codeCoverageIgnoreStart default => throw new LogicException( message: 'Cannot determine existence for model type "' . $this->model::CLASS_ALIAS . '"' - ) + ) // @codeCoverageIgnoreEnd }; } diff --git a/tests/Text/KirbyTagsTest.php b/tests/Text/KirbyTagsTest.php index efd4e1177d..f425ded081 100644 --- a/tests/Text/KirbyTagsTest.php +++ b/tests/Text/KirbyTagsTest.php @@ -166,7 +166,7 @@ public function testParseWithExceptionDebug3() 'undefined' => [ 'html' => fn () => throw new InvalidArgumentException( message: 'Undefined tag type: undefined' - ) + ) ] ];