elastic / elastic-otel-php

Elastic distribution of OpenTelemetry for PHP
Apache License 2.0
1 stars 2 forks source link

Renamed phpstan.neon to phpstan.dist.neon #100

Closed SergeyKleyman closed 1 month ago

SergeyKleyman commented 1 month ago

To better fit the best practices (https://phpstan.org/config-reference#config-file):

The usual practice is to have phpstan.neon.dist or phpstan.dist.neon under version control, and allow the user to override certain settings in their environment (on their own computer or on a continuous integration server) by creating phpstan.neon that’s present in .gitignore