Andreas
Andreas
In v2.5 `Yasumi::create` now returns an instance of `ProviderInterface`, but this interface is missing most methods needed to actually do anything with holidays: - No `isHoliday` method - No `getHolidayDates`...
The `Twig\ExpressionParser` class is marked as internal (`@internal` in the DocBlock for the class), which came to my attention because Psalm reported uses of `ExpressionParser::OPERATOR_LEFT` and `ExpressionParser::OPERATOR_RIGHT` in one of...
I would like to suggest to remove the explicit width and height values on the `` element in `SvgWriter`, as they make it difficult to inline an SVG and are...
The newly "upgraded" `@depends` which now supports classes is great, but for me the syntax when it comes to namespaces is a bit surprising: ```php namespace App\Tests\Integration; /** * This...
When using phpmyadmin/phpmyadmin:latest or phpmyadmin/phpmyadmin:4.9 or phpmyadmin/phpmyadmin:4.8 accessing phpmyadmin via browser is not possible - this is the output from the container with latest: ``` phpmyadmin | phpMyAdmin not found...
I think this library is really great, thanks for creating and supporting it! One aspect that I feel could be better is the current use of functions instead of methods....
I get the following deprecation notices in PHP 8.1 (just based on my usage, there might be more, as PHP 8.1 included quite a few new deprecation notices): - Function...
Still the same issue as in #188 , tested with newest version (3.1.0), has existed since 2.3.1 (was never fixed): ``` Uncaught Exception: Webmozart\Assert\InvalidArgumentException Expected an integer. Got: boolean Emitted...
### Symfony version(s) affected 6.1.4 ### Description When upgrading from 6.1.3 to 6.1.4 the exception pages do not remove the Content-Security-Policy anymore, which leads to all styles/scripts failing to be...
As far as I can tell, all fonts have a setting of `font-display: swap;` which cannot be changed. For my applications I would prefer `font-display: fallback`, which has the following...