Skip to content

Commit

Permalink
Update tests/rules/data/query-plan-analyzer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored May 31, 2022
1 parent 497c835 commit e4a5422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rules/data/query-plan-analyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function nonSimulatableQuery(Connection $conn, $email): void
$conn->executeQuery('SELECT * FROM ada WHERE email = ' . $email);
}

public function unknownConstant(Connection $conn, int $adaidl): void
public function unknownConstant(Connection $conn): void
{
$conn->executeQuery('SELECT * FROM ada WHERE adaid = ?', [CONSTANT_DOES_NOT_EXIST]);
}
Expand Down

0 comments on commit e4a5422

Please sign in to comment.