0

我的 php linter 不能从Atom或命令行工作。

命令:php -l <filename>

结果:在 C:\example\path\file.php 中未检测到语法错误


跑步:

  • 视窗 10
  • php 7.3.11

事情已经检查:

  • 是的,该文件确实存在
  • 衬里已安装(版本 2.3.1)
  • linter-php 已安装(版本 1.6.1)
  • 其他短绒工作正常
  • php.exe 的路径在包中定义,并且config.json
4

1 回答 1

0

如果您使用的是短标签short_open_tag=On,则解决方案php.ini设置为Off需要On<? vs <?php才能使 linter 捕获错误。

希望这对其他人有帮助。

于 2019-12-08T04:05:17.613 回答