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 497c835 commit e4a5422Copy full SHA for e4a5422
1 file changed
tests/rules/data/query-plan-analyzer.php
@@ -61,7 +61,7 @@ public function nonSimulatableQuery(Connection $conn, $email): void
61
$conn->executeQuery('SELECT * FROM ada WHERE email = ' . $email);
62
}
63
64
- public function unknownConstant(Connection $conn, int $adaidl): void
+ public function unknownConstant(Connection $conn): void
65
{
66
$conn->executeQuery('SELECT * FROM ada WHERE adaid = ?', [CONSTANT_DOES_NOT_EXIST]);
67
0 commit comments