Skip to content
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

Merged
merged 8 commits into from
Sep 28, 2021
Merged

Merge 2.13.x into 3.1.x #4823

merged 8 commits into from
Sep 28, 2021

Conversation

derrabus
Copy link
Member

No description provided.

morozov and others added 8 commits September 12, 2021 13:04
Do not normalize current version during comparison
Signed-off-by: Alexander M. Turek <me@derrabus.de>
Signed-off-by: Alexander M. Turek <me@derrabus.de>
* 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);
Copy link
Member Author

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.

Copy link
Member

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.

Copy link
Member Author

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.

@derrabus derrabus requested a review from morozov September 28, 2021 13:28
@derrabus derrabus merged commit 686d160 into doctrine:3.1.x Sep 28, 2021
@derrabus derrabus deleted the merge/2.13.x branch September 28, 2021 14:18
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants