pickware / style-guide

How we work with code
0 stars 0 forks source link

Update PHP CS so it support PHP 7 syntax #58

Closed windaishi closed 3 years ago

windaishi commented 4 years ago

The PHP CS should be updated so it supports new PHP 7 syntax like this:

$foo = new class() extends Bar {};
fixpunkt commented 3 years ago

Das sollte mittlerweile gehen, muss nochmal jemand verifizieren.

hanneswernery commented 3 years ago

Wir nutzen bereits die neuste PHPcs version und unterstützen den oben genannten syntax

            "name": "squizlabs/php_codesniffer",
            "version": "3.6.0",