aboutsummaryrefslogtreecommitdiffstats
path: root/code_sniffer/phpbb/Sniffs
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11227] @return void -> @return null in code sniffer.Oleg Pudeyev2012-11-301-5/+5
| | | | PHPBB3-11227
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Moving code sniffer stuff into subfolder so directory can be linked and ↵Nils Adermann2008-05-041-0/+210
doesn't require copying git-svn-id: file:///svn/phpbb/trunk@8548 89ea8834-ac86-4346-8a33-228a782c2dd0