Skip to content

Commit b4aad63

Browse files
committed
ci: ignore coverage for faux abstract method
1 parent 0847c89 commit b4aad63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Data/Connection/AbstractConnectionResolver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ protected function loader_name(): string {
240240
* @return array<string,mixed>
241241
*
242242
* @throws \Exception If the method is not implemented.
243+
*
244+
* @codeCoverageIgnore
243245
*/
244246
protected function prepare_query_args( array $args ): array {
245247
throw new Exception(

0 commit comments

Comments
 (0)