bmitch / Codor

Custom PHPCS sniffs to find Code Smells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sniff to restrict number of lines between end of function and next function.

bmitch opened this issue · comments

make sure there are X lines between the end of a function and the next functions doc block

Or could just check for how many empty lines after a function.