文件名称:PhpLint:简单的命令来整理一些PHP:hamburger:
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-21 19:34:11
PHP
PhpLint PhpLint是一个简单的软件包,可以简单地在目录上执行linter。 安装 composer require m6web/php-lint 用法 PhpLint允许递归验证一个或多个目录: 一个目录: ./bin/phplint directory/path 多个目录: ./bin/phplint directory1/path directory2/path ... PhpLint使用查找目录。 因此,您可以使用所有finder语法来查找目录: ./bin/phplint directory/ * / * /src
【文件预览】:
PhpLint-master
----Command()
--------Linter.php(1KB)
----Tests()
--------Units()
--------Fixtures()
----.coke(207B)
----.travis.yml(335B)
----README.md(678B)
----Makefile(577B)
----.editorconfig(147B)
----.gitignore(40B)
----bin()
--------phplint(755B)
----composer.json(895B)