On Mon, 27 Jun 2022, 17:22 Andreas Möller, <a...@localheinz.com> wrote:
> > > What do others think about introducing PHP_CodeSniffer[1] or > > PHP-CS-Fixer[2] with a suitable coding standard, which could be the PER > > Coding Style[3]. > > > > [1] <https://github.com/squizlabs/PHP_CodeSniffer> > > [2] <https://github.com/FriendsOfPHP/PHP-CS-Fixer> > > To get the ball rolling, I have opened a pull request (in draft mode) that > runs friendsofphp/php-cs-fixer on GitHub Actions with a minimal > configuration. > I proposed this years ago, and was shut down, and gave up. I'm a fan of having a coding standard and sticking to one. camelCase would be nice. > > Best regards, > > Andreas >