Home > Backend Development > PHP Tutorial > 代码标准修复工具:PHP CS Fixer

代码标准修复工具:PHP CS Fixer

WBOY
Release: 2016-06-23 13:30:04
Original
1043 people have browsed it

PHP CS Fixer 是代码标准修复工具,当你想把 PHP 编码标准定义为 PSR-1 和 PSR-2 文件标准时,它能修复你代码中的大部分问题。

如果你已经用 PHP_CodeSniffer 在你的代码中辨识编码问题,你应该知道,手动修复他们是件乏味的事情,尤其是在大型项目中。这个工具就是为解决这个麻烦而生的。


项目主页:http://www.open-open.com/lib/view/home/1437792344693

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template