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 65de8c2 commit e483447Copy full SHA for e483447
tests/rules/data/bug-749.php
@@ -53,7 +53,6 @@ public static function inPlaceholders(array $ids): string
53
// no matter whether $ids contains user input or not,
54
// we can safely say what we return here will no longer contain user input.
55
// therefore we type the return with "literal-string", so we don't get errors like
56
- // "ClxProductNet_DbStatement constructor expects literal-string, non-falsy-string given." at the caller site
57
return implode(',', array_fill(0, count($ids), '?'));
58
}
59
0 commit comments