Skip to content

Commit

Permalink
Merge pull request #4823 from derrabus/merge/2.13.x
Browse files Browse the repository at this point in the history
Merge 2.13.x into 3.1.x
  • Loading branch information
derrabus authored Sep 28, 2021
2 parents 8159839 + 5a1fbe4 commit 686d160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "0.12.96",
"phpstan/phpstan": "0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.11",
"phpunit/phpunit": "9.5.5",
"phpunit/phpunit": "9.5.10",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^5.2|^6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Driver/OCI8/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function bindParam($param, &$variable, $type = ParameterType::STRING, $le

assert($lob !== false);

$lob->writetemporary($variable, OCI_TEMP_BLOB);
$lob->writeTemporary($variable, OCI_TEMP_BLOB);

$variable =& $lob;
}
Expand Down

0 comments on commit 686d160

Please sign in to comment.