Skip to content

Commit

Permalink
little too tight
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdef committed Sep 12, 2024
1 parent 1aa0d7a commit 3cacedc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ public function get_endpoint( array $input_variables ): string;
public function get_request_method(): string;
public function get_request_headers( array $input_variables ): array;
public function get_request_body( array $input_variables ): array|null;
public function process_response( string $raw_response_data, array $input_variables ): string|array|object|null;
}
1 change: 0 additions & 1 deletion inc/config/query-context/query-context-interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Psr\Http\Message\ResponseInterface;

interface QueryContextInterface {
public function __construct( DatasourceInterface $datasource );
public function get_image_url(): string|null;
public function get_metadata( ResponseInterface $response, array $query_results ): array;
public function get_query_name(): string;
Expand Down

0 comments on commit 3cacedc

Please sign in to comment.