aboutsummaryrefslogtreecommitdiffstats
path: root/code_sniffer
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-023-3/+3
| | | | PHPBB3-9916
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-113-3/+3
| | | | | | | | | | | | 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
* Update code_sniffer build.xml file to be executable on our systemMeik Sievertsen2009-10-041-54/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@10207 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moving code sniffer stuff into subfolder so directory can be linked and ↵Nils Adermann2008-05-045-0/+0
| | | | | | doesn't require copying git-svn-id: file:///svn/phpbb/trunk@8548 89ea8834-ac86-4346-8a33-228a782c2dd0
* - First PHP_CodeSniffer rule added that checks all files for a valid file docManuel Pichler2008-03-155-6/+348
| | | | | | comment as specified in "1.ii. File Header" of the phpBB Coding Guidelines. git-svn-id: file:///svn/phpbb/trunk@8435 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Initial commit of an ant build file that helps to execute the test suiteManuel Pichler2008-03-141-0/+46
for this code sniffer standard implementation. git-svn-id: file:///svn/phpbb/trunk@8434 89ea8834-ac86-4346-8a33-228a782c2dd0