Frank Dekker
Frank Dekker
Added the ability to baseline violations. #2543 ## Features **Create baseline** `phpcs src --report-baseline=phpcs.baseline.xml --basepath=/path/to/project/root` - Writes `phpcs.baseline.xml` in the current working directory. Pref be the root of the project...
Setting `KeepLegacyInflector` to false, will remove all filters from Get/GetCollection operations.
**API Platform version(s) affected**: v3.2.3 **Description** Below a (slimmed down) example of our entity and ApiPlatform resource and filter definition: ```php
In a large existing codebase, it usually not possible to fix all violations at once. Or when new violations appear when new rules are added. Think for example the Slevomat...
| Q | A | ------------- | --- | Branch? | main | Tickets | - | License | MIT | Doc PR | api-platform/docs#2037 Currently the NumericFilter allows for...
Documentation for PR: https://github.com/api-platform/core/pull/6720
### Symfony version(s) affected 6.3.0 ### Description When using the ClockAwareTrait and invoking `$this->now()` in the constructor of my class, it initializes the `private readonly ClockInterface $clock` before the `setClock`...
I've an application with tabs and in each tab there can be a WebView2 instance. In the WebView2 component of the active tab any random html input element can be...
Adds DateTimeNormalizer::PRESERVE_CONTEXT_TIMEZONE_KEY to the `DateTimeNormalizer` section Documentation for: * https://github.com/symfony/symfony/pull/60153