Skip to content

Commit 6526b60

Browse files
committed
Update SyntaxErrorInPreparedStatementMethodRuleTest.php
1 parent d12d7dd commit 6526b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rules/SyntaxErrorInPreparedStatementMethodRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function testSyntaxErrorInQueryRule(): void
9999
388,
100100
],
101101
[
102-
"Query error: Unknown column 'asdsa' in 'where clause' (1054).",
102+
$error,
103103
389,
104104
],
105105
];

0 commit comments

Comments
 (0)