Issue 126 phpcs
Issue #126
I've added php-cs support.
To fix the code just run composer fixer begore each commit.
To integrate witch PhpStorm read the following article: https://hackernoon.com/how-to-configure-phpstorm-to-use-php-cs-fixer-1844991e521f
Hi Marcin! Nice work! Looks good... However I merged the other PR before realising that this one had the most changes. I will go over it later, there simply too much merge-work for now. I will create another release shortly with your previous changes along with some new features.
Do you have any experience with setting up github actions?
Do you have any experience with setting up github actions?
A little. I made a few GitHub CI workflows.