Skip to content

Commit

Permalink
Fix CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Sep 23, 2024
1 parent 8e431f1 commit f8afa42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Content/PlainTextContentStorageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Text/KirbyTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function testParseWithExceptionDebug3()
'undefined' => [
'html' => fn () => throw new InvalidArgumentException(
message: 'Undefined tag type: undefined'
)
)
]
];

Expand Down

0 comments on commit f8afa42

Please sign in to comment.