We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0847c89 commit b4aad63Copy full SHA for b4aad63
src/Data/Connection/AbstractConnectionResolver.php
@@ -240,6 +240,8 @@ protected function loader_name(): string {
240
* @return array<string,mixed>
241
*
242
* @throws \Exception If the method is not implemented.
243
+ *
244
+ * @codeCoverageIgnore
245
*/
246
protected function prepare_query_args( array $args ): array {
247
throw new Exception(
0 commit comments