@@ -22,65 +22,65 @@ public function testParameterErrors(): void
2222
2323 $ this ->analyse ([__DIR__ .'/data/pdo-stmt-execute-error.php ' ], [
2424 [
25- 'Query expects placeholder :adaid, but it is missing from values given to execute() . ' ,
25+ 'Query expects placeholder :adaid, but it is missing from values given. ' ,
2626 12 ,
2727 ],
2828 [
29- 'Value :wrongParamName is given to execute() , but the query does not contain this placeholder. ' ,
29+ 'Value :wrongParamName is given, but the query does not contain this placeholder. ' ,
3030 12 ,
3131 ],
3232 [
33- 'Query expects placeholder :adaid, but it is missing from values given to execute() . ' ,
33+ 'Query expects placeholder :adaid, but it is missing from values given. ' ,
3434 15 ,
3535 ],
3636 [
37- 'Value :wrongParamName is given to execute() , but the query does not contain this placeholder. ' ,
37+ 'Value :wrongParamName is given, but the query does not contain this placeholder. ' ,
3838 15 ,
3939 ],
4040 /*
4141 [
42- 'Query expects placeholder :adaid, but it is missing from values given to execute() .',
42+ 'Query expects placeholder :adaid, but it is missing from values given.',
4343 18,
4444 ],
4545 [
46- 'Value :wrongParamValue is given to execute() , but the query does not contain this placeholder.',
46+ 'Value :wrongParamValue is given, but the query does not contain this placeholder.',
4747 18,
4848 ],
4949 */
5050 [
51- 'Query expects 1 placeholder, but no values are given to execute() . ' ,
51+ 'Query expects 1 placeholder, but no values are given. ' ,
5252 21 ,
5353 ],
5454 [
55- 'Query expects 2 placeholders, but 1 value is given to execute() . ' ,
55+ 'Query expects 2 placeholders, but 1 value is given. ' ,
5656 24 ,
5757 ],
5858 [
59- 'Query expects 2 placeholders, but 1 value is given to execute() . ' ,
59+ 'Query expects 2 placeholders, but 1 value is given. ' ,
6060 27 ,
6161 ],
6262 [
63- 'Query expects 2 placeholders, but 1 value is given to execute() . ' ,
63+ 'Query expects 2 placeholders, but 1 value is given. ' ,
6464 30 ,
6565 ],
6666 [
67- 'Query expects placeholder :adaid, but it is missing from values given to execute() . ' ,
67+ 'Query expects placeholder :adaid, but it is missing from values given. ' ,
6868 36 ,
6969 ],
7070 [
71- 'Value :wrongParamName is given to execute() , but the query does not contain this placeholder. ' ,
71+ 'Value :wrongParamName is given, but the query does not contain this placeholder. ' ,
7272 36 ,
7373 ],
7474 [
75- 'Query expects 1 placeholder, but 2 values are given to execute() . ' ,
75+ 'Query expects 1 placeholder, but 2 values are given. ' ,
7676 38 ,
7777 ],
7878 [
79- 'Query expects placeholder :asdsa, but it is missing from values given to execute() . ' ,
79+ 'Query expects placeholder :asdsa, but it is missing from values given. ' ,
8080 54 ,
8181 ],
8282 [
83- 'Value :adaid is given to execute() , but the query does not contain this placeholder. ' ,
83+ 'Value :adaid is given, but the query does not contain this placeholder. ' ,
8484 54 ,
8585 ],
8686 ]);
0 commit comments