Skip to content

2.x#4

Merged
muhammetsafak merged 3 commits into
mainfrom
2.x
May 24, 2026
Merged

2.x#4
muhammetsafak merged 3 commits into
mainfrom
2.x

Conversation

@muhammetsafak
Copy link
Copy Markdown
Member

Summary

Type of change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that changes existing behaviour in an incompatible way)
  • 📖 Documentation update
  • 🔧 Refactor / internal change (no behaviour change)
  • ✅ Tests only
  • 🚀 CI / build / tooling

Linked issues

How was this tested?

Breaking changes

Checklist

  • Code follows PSR-12 and the project's existing style (PHP-CS-Fixer if available, no warnings)
  • declare(strict_types=1); is present in any new PHP files in src/
  • Public methods have proper type declarations (parameters and return types)
  • Tests cover the change — added new tests or updated existing ones (N/A for docs-only PRs)
  • PHPStan passes locally at the level configured in the package
  • PHPUnit passes locally (composer test or vendor/bin/phpunit)
  • Commit messages follow Conventional Commits
  • I have read and agree to the Code of Conduct

…s, PHPUnit config, StreamChannel, TcpChannel, UdpChannel, CryptoMethod, Domain, Transport enums, socket exceptions, interfaces refactoring, RuntimeException, AbstractStreamServer, SSL, ServerConnection, TCP, TLS, UDP classes, unit tests
@muhammetsafak muhammetsafak merged commit bfaa31e into main May 24, 2026
8 checks passed
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.

1 participant