We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc6c28 commit fe622d5Copy full SHA for fe622d5
tests/default/data/bug394.php
@@ -8,7 +8,7 @@ class X {
8
*/
9
private $conn;
10
11
- public function bug394($sequence)
+ public function bug394(mixed $sequence)
12
{
13
if ($sequence['conditionId'] !== null) {
14
$query = 'SELECT email, adaid FROM ada WHERE adaid = ?';
0 commit comments