PHP Syntax checking pre-source control

后端 未结 6 1455
孤城傲影
孤城傲影 2021-02-05 01:30

Referring to Is there a static code analyzer [like Lint] for PHP files? -- I am looking at how to assess the content of PHP files before they are committed by developers.

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 02:26

    Oh yeah, what you need is PHPUnderControl! It will check your syntax, automatically chack your unit tests, do a C.R.A.P. index, and more good stuff. It's basically the bomb!

    Check it out, here is the URL: http://phpundercontrol.org/

提交回复
热议问题