为什么我从 PHP CodeSniffer 收到异常?

发布于 2024-09-08 20:15:01 字数 574 浏览 5 评论 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,所以我不知道该怎么想。

Well, I'm getting a pretty bizarre error from 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>

Any hints on what's going on here? Something similar has been mentioned in bug reports on PEAR, but it looks like it was fixed in 2009. I'm running the latest version of PHPCS, so idk what to think.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆依然 2024-09-15 20:15:01

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

This has since been solved. I'm not sure what the issue was except that my Ant build file was not working as it should. For those running Hudson CI (which I was during this issue), Sebastian Bergmann has a great template for doing Ant builds. Find it here: http://github.com/sebastianbergmann/php-hudson-template

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文