Skip to content

Commit b7a3762

Browse files
committed
extended type hint to also return array
1 parent ff5e819 commit b7a3762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Databags/Statement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public function getText(): string
4444
}
4545

4646
/**
47-
* @return iterable<string, scalar|iterable|null>
47+
* @return array<string, scalar|iterable|null>
4848
*/
49-
public function getParameters(): iterable
49+
public function getParameters(): array
5050
{
5151
return $this->parameters;
5252
}

0 commit comments

Comments
 (0)