Nicolas Grekas
Nicolas Grekas
Deprecation are sometimes hard to track. Figuring the exact stack trace for one particular deprecation is really useful to understand how it comes up and fix it. It would be...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#58095 | PR author(s) | @nicolas-grekas | Merged in | 7.2 We created this issue to not forget...
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | - Relies on https://github.com/symfony/symfony/pull/58095
Follow up of https://github.com/symfony/symfony/pull/54179#discussion_r1514886587 Reading DnsSocketConnector, there is no easy way currently to hook between resolve() and stream_socket_client(). Providing a custom resolver doesn't help because of the inet_pton($host) shortcut. Hooking...
I'm using a twig component like: ```html Append this ``` But the whitespace around the div is noise (but still nice for formatting). Is there a way to ask twig...
Without this change, eg make:controller generates the following. A PHP closing tag eats its CR in some cases. ```php final class TotoController extends AbstractController{ ```
Similar to #1469 but doesn't rely on any CS fixer. Note that using PHP_EOL was wrong: this constant is meant to be used ONLY when outputting something on a terminal....
### Description Proposal made during the workshop at SymfonyLive Berlin: `#[AsAlias(SomeInterface::class, when: 'prod')` ### Example _No response_
| Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -...
Today, I've given a Symfony UX workshop, it went well, thanks for all the :fish: :) One issue still: running the `tailwind::build` command, we saw "Cannot determine latest Tailwind CLI...