根据 PhpStorm 上的 PSR-2 在文件末尾添加一个空行
2022-08-30 13:49:00
我使用 PSR-2 来设置代码样式。
当我使用Codesniffer检查文件时,大多数时候我会收到以下错误。
332 | ERROR | [x] Expected 1 newline at end of file; 0 found
很明显,如何解决这个问题。我需要知道的是PhpStorm是否有办法添加1 newline at end of file
我已经从中加载了预定义的样式,并且还使用了 相应地更改CS。Settings -> Editor -> Code Style -> PHP -> Set From -> PSR-1/PSR-2
Reformat Code
除了新行之外,一切都是固定的。我错过了什么吗?