tlint:加强Laravel约定的lint 源码
安装(需要PHP 7.3+) composer global require tightenco/tlint 升级 composer global update tightenco/tlint 它是什么? 这是一个自以为是的代码linter(对自动格式化的支持越来越大!),用于为Laravel和PHP加强风味的代码约定。 例如,Laravel有许多可用的方法将变量从控制器传递到视图: 一个) $ value = 'Hello, World!' ; return view ( 'view' , compact ( 'value' )); B) return view ( 'view
文件列表
tlint:加强Laravel约定的lint
(预估有个102文件)
ExcessSpaceBetweenAndAfterImports.php
4KB
BladeCompiler.php
14KB
CompilesConditionals.php
5KB
CompilesLoops.php
4KB
IdentifiesImports.php
5KB
LintCommand.php
9KB
FormatCommand.php
7KB
ClassThingsOrder.php
4KB
ConcatenationSpacing.php
3KB
ImportFacades.php
3KB
暂无评论