Skip to content

Commit

Permalink
Merge pull request #287 from h3nnry/fix-create-statement-initial-para…
Browse files Browse the repository at this point in the history
…meters-annotation

Fix value annotation in createStatement method for Regex initialParam…
  • Loading branch information
Ocramius committed May 5, 2023
2 parents 6ba8a16 + ce8e73b commit 4df7a3f
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 $initialParameters
* @param null|ParameterContainer|array $initialParameters
* @return Driver\StatementInterface
*/
public function createStatement($initialSql = null, $initialParameters = null)
Expand Down

0 comments on commit 4df7a3f

Please sign in to comment.