【发布时间】:2012-10-07 13:03:47
【问题描述】:
我正在使用 PHP Coding Standards Fixer 的 sublime text 2 插件。它工作正常,除了它认为命名空间无效(它实际上是无效的,我可以接受)。此错误会阻止脚本更正文件的其余部分。我收到以下错误:
! The namespace Application\Controllers\Admin in <filepath> does not match the file path according to PSR-0 rules.
如何告诉脚本忽略命名空间约束。命令行参数和 Sublime text 2 用户设置都可以更改。
【问题讨论】:
标签: php sublimetext2 codesniffer psr-0