我正在尝试使用PHP CodeSniffer + CakePHP Sniffer + Eclipse PHP Tool Integration
我安装了 Eclipse 插件,并在我的 Eclipse 上下载并安装了 CakePHP CodeSniffer 代码,如下图所示。
我选择了,print PHP output to console
以便在尝试分析我的代码时可以看到并出错
PHP Fatal error: Uncaught exception 'PHP_CodeSniffer_Exception' with message 'Referenced sniff PSR2.Namespaces.NamespaceDeclaration does not exist' in /home/israel/.eclipse/org.eclipse.platform_4.3.0_1473617060_linux_gtk_x86_64/plugins/org.phpsrc.eclipse.pti.library.pear_1.2.2.R20120127000000/php/library/PEAR/PHP/CodeSniffer.php:814
可能是什么问题呢?
另一方面,我希望能够按照 CakePHP 约定格式化我的代码,我在哪里可以找到fomatter profile
与 CakePHP 代码约定匹配的代码。
谢谢