Skip to content

Conversation

@dbu
Copy link
Contributor

@dbu dbu commented Dec 9, 2025

No description provided.

@dbu dbu force-pushed the integration-tests-4 branch 2 times, most recently from 09ef415 to 87dfbac Compare December 9, 2025 11:08
@dbu dbu force-pushed the integration-tests-4 branch from 87dfbac to 15f22b9 Compare January 10, 2026 10:24
@dbu dbu force-pushed the integration-tests-4 branch from 15f22b9 to a177d58 Compare January 10, 2026 10:37
private function collectOpenSslErrors(): string
{
$errors = [];
while (false !== ($error = openssl_error_string())) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

took me quite a while to figure out my tests locally failed because the ssl certificates that we generate for the tests have been outdated.

$metadatas = stream_get_meta_data($socket);

if (array_key_exists('timed_out', $metadatas) && true === $metadatas['timed_out']) {
if ($metadatas['timed_out']) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this key is always present, and phpstan complains about the unnecessary check.

@dbu dbu merged commit ed4fcb2 into 2.x Jan 10, 2026
12 checks passed
@dbu dbu deleted the integration-tests-4 branch January 10, 2026 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants