Jonas Elfering

Results 3 issues of Jonas Elfering

Currently there is no way to override dynamic service return types on the container that are specified in `ServiceDynamicReturnTypeExtension`. This is useful to provide more specific information e.g. if the...

` ` character is not displayed correctly when using a custom google font # How to reproduce ```html body { font-family: 'Source Sans Pro', sans-serif; font-size: 12px; line-height: 12px; width: 100%;...

bug
font-handling

On PHP 8.1 this lib throws a deprecation warning, as it passes null as second param to `file_get_contents`, which should be a bool according to the method declaration. Error message...