Skip to content

Commit ce8e73b

Browse files
author
Lungu Andrei
committed
Fix value annotation in createStatement method for Regex initialParameters param. Added also null.
Signed-off-by: Lungu Andrei <[email protected]>
1 parent fc2533b commit ce8e73b

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|array $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)