junstyle / vscode-php-cs-fixer

PHP CS Fixer extension for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] duplicate code `declare(strict_types=1);`

zengbo opened this issue · comments

commented

Environment:
VSCode: 1.78.0
Setting:
"editor.formatOnPaste": true
"editor.formatOnType": true,

Issue:
When I paste some code, declare(strict_types=1); is added to the line before the code.