Skip to content

Commit

Permalink
ci: ignore coverage for faux abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed May 4, 2024
1 parent 0847c89 commit b4aad63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Data/Connection/AbstractConnectionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ protected function loader_name(): string {
* @return array<string,mixed>
*
* @throws \Exception If the method is not implemented.
*
* @codeCoverageIgnore
*/
protected function prepare_query_args( array $args ): array {
throw new Exception(
Expand Down

0 comments on commit b4aad63

Please sign in to comment.