meilisearch / meilisearch-symfony

Seamless integration of Meilisearch into your Symfony project.
https://www.meilisearch.com
MIT License
125 stars 31 forks source link

Use PHP CS with the PSR standards #260

Open brunoocasali opened 1 year ago

brunoocasali commented 1 year ago

We should introduce stricter rules to maintain this repository and avoid "I think/I like" kind of decisions.

Maybe not all the standards we will have to be compliant https://www.php-fig.org/psr/.

I propose to adopt these standards:

Also, we should make it automated from the CI standing point.

94noni commented 1 year ago

This could be great to have indeed, before releasing v1 perhaps ( ref https://github.com/meilisearch/meilisearch-symfony/pull/265 )

brunoocasali commented 1 year ago

I would appreciate it if someone could provide a PR for that!

norkunas commented 1 year ago