Théo D

Results 13 issues of Théo D

Hello I'm currently encountering an error when trying to run the phpstan analysis. This problem occurs on two different projects. ![image](https://github.com/struggle-for-php/sfp-stubs-psr-log/assets/72203064/1860d830-0260-4213-b03e-86507fa61495) Has anyone had this problem before? I don't have...

Hello What do you think about adding a time information like proposed in Symfony's Serializer bundle ? ![image](https://github.com/jolicode/automapper/assets/72203064/7e09f68e-2688-4a5d-87bc-3546793e964c) This would give us a quick indication of which mapping is slow...

## Description I would like to map using nested properties for array to object mapping in the current implementation. ### Example Given an input array: ```php [ 'saved_at' => '2024-01-01',...