-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 2.13.x into 3.1.x #4823
Merge 2.13.x into 3.1.x #4823
Conversation
Do not normalize current version during comparison
Signed-off-by: Alexander M. Turek <me@derrabus.de>
Bump PHPStan and PHPUnit
Signed-off-by: Alexander M. Turek <me@derrabus.de>
PHPUnit 9.5.10
* 2.13.x: PHPUnit 9.5.10 Bump PHPStan and PHPUnit Do not normalize current version during comparison
Signed-off-by: Alexander M. Turek <me@derrabus.de>
@@ -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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the bump, PHPStan started to complain about this line. I've pushed a commit to make PHPStan happy again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember changing it a few times back and forth. This time, it should be related to php/php-src#7405.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, probably. Thanks for the hint.
No description provided.