作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经按照官方 git 页面中的所有步骤安装和配置 PHPCompatibility 以检查我的代码与 PHP7 的兼容性,如下所述:
PHP_CodeSniffer
使用 pear 。 /Applications/MAMP/bin/php/php7.0.12/lib/php/PHP/CodeSniffer/Standards/PHPCompatibility/
$ phpcs --config-set installed_paths /Applications/MAMP/bin/php/php7.0.12/lib/php/PHP/CodeSniffer/Standards/PHPCompatibility/
$ phpcs -i
The installed coding standards are MySource, PEAR, PHPCompatibility, PHPCS, PSR1, PSR2, Squiz and Zend
$ phpcs --runtime-set testVersion 7.0 test.php
正确打印 test.php `$ phpcs --standard=PHPCompatibility test.php`
`Natalis-MacBook-Air:bin natalisilverio$ `
最佳答案
尝试使用 -p
运行.这将显示运行的进度。
它不会显示任何内容以获得良好结果,而是显示如下内容:
.....SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS........................ 60 / 181 (33%)
.S.......................................................... 120 / 181 (66%)
....................................S......S.S.............. 180 / 181 (99%)
. 181 / 181 (100%)
关于pear - phpcs --standard=PHPCompatibility 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41148379/
我已经按照官方 git 页面中的所有步骤安装和配置 PHPCompatibility 以检查我的代码与 PHP7 的兼容性,如下所述: 安装PHP_CodeSniffer使用 pear 。 在 htt
我想运行phpcs工具,但是这个错误来了, 错误:引用的嗅探“PHPCompatibility”不存在 我运行了 phpcs -i。这给了我, 安装的编码标准是 PEAR、PSR1、Zend、Squi
我是一名优秀的程序员,十分优秀!