Jan Klan

Results 22 issues of Jan Klan

**Version context:** Twig version: v3.3.10 Twig Bridge version: 6.0.8 Symfony version: 6.0.8 PHP version: 8.1.5 **What's happening:** I just tried to use a different twig trait depending on whether a...

Investigate before 4.x

In my application, my forms don't manipulate Entities. My forms manipulate DTO classes. Once submitted, validated and accepted, those DTO classes are passed to methods in relevant entities to mutate...

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | N/A | License | MIT I noticed that passing...

### Symfony version(s) affected 6.3.0 ### Description When a route parameter name matches a relation name in a Doctrine entity, `EntityValueResovler` is confused without providing the `id` parameter, such as...

Bug
Status: Needs Review
Stalled

I've been getting a ton of deprecations for some time now and wanted to check whether anything needs to be done in the configuration space to bring my app up...

Plugin version: 2022.1.246 PHPStorm version: 2023.1, Build #PS-231.8109.199, built on March 30, 2023 When I try to source the translation domain from a constant in Twig, everything works in the...

Symfony Plugin version: 2022.1.237 PHP Annotations Plugin version: 8.3.0 PHP: 8.2 PHPStorm: Build #PS-223.7571.212, built on December 2, 2022 **Correct operation without `readonly`**: This is what PHPStorm gives me when...

BC break: no Version: 2.1.4 --- Summary: When attempting to `->match()` a slice of an extra lazy collection using strings as indexes, the produced result is not an associative array...

I'm wondering what could be the best approach to being able to store some custom metadata with each record in the audit tables? Do I need a custom provider? How...

enhancement

I have issue similar to #71, but this time with `text[]` field: ``` #[ORM\Column(name: 'applicable_to', type: 'text[]', nullable: true, enumType: DomainEnum::class)] protected ?array $applicableTo = null; ``` The up migration...

help wanted
answered