There was an error while loading. Please reload this page.
Hi! If the file contains code like:
<?php var_dump( <<<TEXT foo TEXT , 'bar' );
I got error:
$ ./vendor/bin/phpcbf --standard=PSR2 t.php -vvv --report=diff Changing into directory /tmp/t Processing t.php [PHP => 19 tokens in 9 lines]... DONE in 1ms (1 fixable violations) => Fixing file: 1/1 violations remaining [made 50 passes]... ERROR in 40ms No fixable errors were found Time: 72ms; Memory: 4Mb
$ ./vendor/bin/phpcbf --version PHP_CodeSniffer version 2.7.0 (stable) by Squiz (http://www.squiz.net)