chesslablab / php-chess

A chess library for PHP offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, and image recognition.
https://chesslablab.github.io/php-chess/
MIT License
110 stars 52 forks source link

PSR-12 compliance in Chess\Media #586

Closed programarivm closed 1 month ago

programarivm commented 2 months ago

Ensure the code in the Chess\Media namespace is PSR-12 compliant.

TheMarvelFan commented 1 month ago

Hi @programarivm , I would like to work on this issue. Please assign it to me if no one else is working on it. Thanks!

TheMarvelFan commented 1 month ago

Hi @programarivm ,

I have created a PR for this issue. Please review it and let me know if any further modifications are required.

Thanks!