Skip to content

Commit

Permalink
sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Beranek committed Aug 14, 2024
1 parent a389977 commit bb4594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Output/Configurator/QueryConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class QueryConfigurator implements ConfiguratorInterface
*/
public function __construct(
Request $request,
string $schemaValidateParam = 'schema_validate',
string $schemaValidateParam = 'schema_validate',
string $errorDetailParam = 'error_detail'
) {
$this->request = $request;
Expand Down

0 comments on commit bb4594e

Please sign in to comment.