Skip to content

Commit e483447

Browse files
committed
Update bug-749.php
1 parent 65de8c2 commit e483447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/rules/data/bug-749.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public static function inPlaceholders(array $ids): string
5353
// no matter whether $ids contains user input or not,
5454
// we can safely say what we return here will no longer contain user input.
5555
// 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
5756
return implode(',', array_fill(0, count($ids), '?'));
5857
}
5958
}

0 commit comments

Comments
 (0)