Generic_Sniffs_Files_LineLengthSniff em PHP - 7 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Generic_Sniffs_Files_LineLengthSniff do pacote PHP_CodeSniffer em PHP extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
Checks all lines in the file, and throws warnings if they are over 80
characters in length and errors if they are over 100. Both these
figures can be changed by extending this sniff in your own standard.