manticoresoftware / manticoresearch-php

Official PHP client for Manticore Search
MIT License
167 stars 32 forks source link

Switch to manticoresoftware/php-code-standard coding standard #148

Closed aivchen closed 8 months ago

aivchen commented 11 months ago

Switch from PSR-2 to PSR-12. Fixes #137.

sanikolaev commented 11 months ago

@aivchen in https://github.com/manticoresoftware/manticoresearch-php/issues/137#issuecomment-1798207734 we agreed to adopt https://github.com/manticoresoftware/php-code-standard instead, which is more complex than just PSR-12. Would you like to look into it to possibly remake your changes accordingly, so they comply with the adopted standards?

aivchen commented 11 months ago

Sure! I'll do my best.

aivchen commented 10 months ago

Done. But I excluded some rules from the config:

Nick-S-2018 commented 8 months ago

After resolving the conflicts that appeared due to later commits, it's done via https://github.com/manticoresoftware/manticoresearch-php/pull/189