Skip to content

Commit 4df7a3f

Browse files
authored
Merge pull request laminas#287 from h3nnry/fix-create-statement-initial-parameters-annotation
Fix value annotation in createStatement method for Regex initialParam…
2 parents 6ba8a16 + ce8e73b commit 4df7a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function query(
210210
* Create statement
211211
*
212212
* @param string $initialSql
213-
* @param ParameterContainer $initialParameters
213+
* @param null|ParameterContainer|array $initialParameters
214214
* @return Driver\StatementInterface
215215
*/
216216
public function createStatement($initialSql = null, $initialParameters = null)

0 commit comments

Comments
 (0)