Georgi Georgiev

Results 7 issues of Georgi Georgiev

I have the following case: ``` App\Entity\News: news1: id: '' ``` ``` App\Entity\Preference: recommendedNews: value: '\["@news1->id"]' ``` Unfortunately once the array is escaped - meaning I want it as string...

Bug
Lexer

Documents changes introduced here: https://github.com/symfony/symfony/pull/41615 Original issue: https://github.com/symfony/symfony/issues/40578 Docs issue: https://github.com/symfony/symfony-docs/issues/15785

Serializer
Status: Needs Review

**API Platform version(s) affected**: 3.2 **Description** I'm trying to integrate API Platform in existing project, which already has multiple APIs defined. Those APIs all depend on Symfony serializer, and some...

bug

### Version 4.26.1 ### Description When trying to overwrite the type of a property with `OA\Property` attribute - using `type` or `ref` successfully replaced the types defined by the php...

bug

### Symfony version(s) affected 7.2.x ### Description I know property info is trying to integrate more and more with the new now stable type-info component, slowly trying to move away...

Bug
Status: Needs Review
PropertyInfo
TypeInfo

### What Happened When I use `expect('test')->dd()` I expect to see the 'test' dumped, however I get nothing due to PHPUnit opening a second nested output buffering. I do not...

bug

When you persist the data inside the ObjectManagerPersister - you fetch the metadata for every given object, just to determine on exception - should we retrow the original exception or...