I use php code sniffer for function, I want to add @param tag, but it gives me alignment error of the first and second parameters.
function imgThumbs($minSize, $sourceUrl) { }
please suggest what the problem is, why it is not displayed, the first and second are not aligned.
coding-style php codesniffer
Xmen
source share