Ozan Akman
Ozan Akman
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...
The DI container cannot generate a lazy proxy for read-only services. This will add the missing `readonly` statement to the [docs](https://symfony.com/doc/current/service_container/lazy_services.html) as the title describes.
This patch covers related bugs/issues from https://github.com/zendframework/zend-mime/issues/40 Unit tests added for 3 different cases
According to https://tools.ietf.org/html/rfc5322, the following email address example is completely ok: `"Some Name" ` But when you pass this value to Zend\Mime\Decoder::splitHeaderField(); it returns a wrong value because of a...