Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
| <?php | |
| use PhpCsFixer\Config; | |
| use PhpCsFixer\DocBlock\TypeExpression; | |
| use PhpCsFixer\Finder; | |
| use PhpCsFixer\Fixer\FixerInterface; | |
| use PhpCsFixer\FixerDefinition\FixerDefinition; | |
| use PhpCsFixer\FixerDefinition\FixerDefinitionInterface; | |
| use PhpCsFixer\Tokenizer\Token; | |
| use PhpCsFixer\Tokenizer\Tokens; |