0

好吧,我从 PHPCS 收到了一个非常奇怪的错误:

<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="1.2.2">
 <file name="/var/lib/hudson/jobs/Goals/workspace/Goals/controllers/UserActivation.class.php">
  <error line="1" column="1" severity="error" message="An error occurred during processing; checking has been aborted. The error message was: $stackPtr is not a class member var" source="unknownSniff"/>
 </file>
</checkstyle>

关于这里发生了什么的任何提示?PEAR 的错误报告中提到了类似的东西,但它看起来像是在 2009 年修复的。我正在运行最新版本的 PHPCS,所以不知道该怎么想。

4

1 回答 1

0

这已经解决了。我不确定问题是什么,只是我的 Ant 构建文件没有正常工作。对于那些运行 Hudson CI(我在本期中)的人来说,Sebastian Bergmann 有一个很好的模板来进行 Ant 构建。在这里找到它:http: //github.com/sebastianbergmann/php-hudson-template

于 2010-07-13T17:21:26.250 回答