Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,953 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 33 commits in 12 repositories
Created 10 repositories
- VincentLanglet/SonataTranslationBundle PHP
- VincentLanglet/hmmmath PHP
- VincentLanglet/FOSCKEditorBundle PHP
- VincentLanglet/ImageMagickPHP PHP
- VincentLanglet/fxmlrpc PHP
- VincentLanglet/mailchimp-api PHP
- VincentLanglet/doctrine-psalm-plugin Gherkin
- VincentLanglet/psalm PHP
- VincentLanglet/AliceDataFixtures PHP
- VincentLanglet/psalm-plugin-phpunit Gherkin
Created a pull request in Orbitale/ImageMagickPHP that received 9 comments
Opened 33 other pull requests in 22 repositories
sonata-project/SonataAdminBundle
1
open
2
closed
4
merged
VincentLanglet/symfony-custom-coding-standard
3
merged
theofidry/AliceDataFixtures
1
open
1
closed
sonata-project/SonataDoctrineORMAdminBundle
2
open
psalm/psalm-plugin-phpunit
2
merged
squizlabs/PHP_CodeSniffer
1
open
pepakriz/phpstan-exception-rules
1
open
sonata-project/SonataTranslationBundle
1
open
symfony/symfony-docs
1
open
lstrojny/hmmmath
1
open
FriendsOfSymfony/FOSCKEditorBundle
1
open
symfony/symfony
1
merged
Orbitale/ImageMagickPHP
1
merged
lstrojny/fxmlrpc
1
open
drewm/mailchimp-api
1
open
sonata-project/twig-extensions
1
merged
weirdan/doctrine-psalm-plugin
1
open
sonata-project/SonataPageBundle
1
merged
sonata-project/SonataNewsBundle
1
merged
vimeo/psalm
1
merged
phpstan/phpstan-src
1
closed
sonata-project/SonataIntlBundle
1
merged
Reviewed 44 pull requests in 9 repositories
sonata-project/SonataAdminBundle 31 pull requests
- Improve "sonata.admin.template_registry" tag
- Use sonata_config instead of admin_pool
- [Twig] Split SonataAdminExtension
- Unchanged filters params
- Use instance of AdminObjectAclManipulator
- Manual merge
- Remove NEXT_MAJOR comments related to Pool
- Add RouteCollectionInterface
- Fix iterating over children in form builder
- test default sking with sonata configuration
- Manual merge
- Refactor AssetsInstallCommandListener
- Test sonata configuration options
- Disable sorting for an associated_property callable
- Manual merge
- Mute deprecation
- Bump to 3.83
- Applied fixes from FlintCI
- Fix incorrect object passed to the view when rendering the history compare action
- Deprecate some Pool methods related to groups and fix array shapes
- Fix trigger_error messages
- Add phpdoc to abstract methods
- Add psalm generics to the object returned by the form
- Manual merge and remove NEXT_MAJOR comments
- Introduce SonataConfiguration class
- Some pull request reviews not shown.
sonata-project/SonataDoctrineMongoDBAdminBundle 4 pull requests
sonata-project/SonataDoctrineORMAdminBundle 2 pull requests
sonata-project/SonataTranslationBundle 2 pull requests
sonata-project/twig-extensions 1 pull request
sonata-project/sandbox 1 pull request
sonata-project/SonataNewsBundle 1 pull request
sonata-project/SonataBlockBundle 1 pull request
sonata-project/SonataPageBundle 1 pull request
Created an issue in theofidry/AliceDataFixtures that received 11 comments
Since 1.3.1, fixture doesn't respect the provided ID.
Before 1.3.1 version, the following fixtures
App\Entity\Bar bar1: id: 1 foo: @foo1 bar2: id: 2 foo: @foo3
App\Entity\Foo foo1: id: 1 name: foo1 foo…