Alessandro Lai

Results 41 issues of Alessandro Lai

Fixes #72.

As suggested in https://github.com/mark-gerarts/automapper-plus/pulls#issuecomment-797419403, this is to migrate away from Travis to GitHub Actions. I've also added Codecov for coverage collection.

I'm currently using this project and Psalm. Obviously static analysis has some issues to understand what this mapper does, but I think that with a couple of annotations it would...

I'm currently trying to use the automapper to solve this problem: I have multiple objects to map, and I have multiple `\DateTime` properties in those; I would like to map...

enhancement
question

Hi there :D Love the work that you're doing.. I haven't had a lot of time to explore the theme, but I have some ideas about additional pages that I...

This PR allows to use this fixer with PHP-CS-Fixer 3.0. I was forced to import two files from the PHP-CS-Fixer test suite because they're no longer distributed with the package,...

I've worked on a fork of my own to make this bundle compatible with Symfony 4. This is a minimum-effort work, since I did not delve in the advanced features...

I've forked this bundle to try and overcome the limit of the `sensio/framework-extra-bundle` constraint. Luckily that dependency is used only to have the `@Pdf` annotation available, and the BC between...

As you can see here: https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md#routing > Some route settings have been renamed: > * The `pattern` setting has been removed in favor of `path` I've removed the deprecations from...

This is a continuation of #162, to handle the different events that gets logged from PHPUnit, see https://github.com/sebastianbergmann/phpunit/issues/4987 I'll leverage `public readonly` and backed enums to simplify the code behind...