Skip to content

Commit

Permalink
Fix value annotation in createStatement method for Regex initialParam…
Browse files Browse the repository at this point in the history
…eters param. Added also null.

Signed-off-by: Lungu Andrei <lungu@anwalt.de>
  • Loading branch information
Lungu Andrei committed May 5, 2023
1 parent fc2533b commit ce8e73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function query(
* Create statement
*
* @param string $initialSql
* @param ParameterContainer|array $initialParameters
* @param null|ParameterContainer|array $initialParameters
* @return Driver\StatementInterface
*/
public function createStatement($initialSql = null, $initialParameters = null)
Expand Down

0 comments on commit ce8e73b

Please sign in to comment.