Gabriel Calmels

Results 3 issues of Gabriel Calmels

- Reuse [PR](https://github.com/FriendsOfSymfony/FOSMessageBundle/pull/360) for Github Actions - Change to short array syntax (`array()` => `[]`) - Update dependencies - Modify documentation ### Warnings - Not tested for ODM but a...

- Change to short array syntax (array() => []) - Update dependencies - Modify documentation __Warnings__ Not tested for ODM but a demo for ORM can be find here https://github.com/Kinoba/FOSMessageBundleDemo

OpenTelemetry already use `Sdk::isDisabled()` to use `NoopTracerProvider` if env `OTEL_SDK_DISABLED` is set to true. Like this, we can add this env on `phpunit.xml` file

enhancement