Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Update codesniffer files to be compatible with phpcs 3.x | Marc Alexander | 2019-05-09 | 4 | -42/+54 |
| | | | | PHPBB3-14948 | ||||
* | Merge branch '3.1.x' into 3.2.x | Máté Bartus | 2016-04-13 | 1 | -41/+52 |
|\ | | | | | | | | | * 3.1.x: [ticket/14598] Support vars docblock in sniffer | ||||
| * | [ticket/14598] Support vars docblock in sniffer | Tristan Darricau | 2016-04-12 | 1 | -41/+52 |
| | | | | | | | | PHPBB3-14598 | ||||
* | | [ticket/14377] Handle new $classname() in the sniffer | Tristan Darricau | 2015-12-23 | 1 | -0/+5 |
|/ | | | | PHPBB3-14377 | ||||
* | [ticket/13930] Remove not needed return statements | Marc Alexander | 2015-06-08 | 1 | -2/+0 |
| | | | | PHPBB3-13930 | ||||
* | [ticket/13930] Check for correct spacing between keyword & parenthesis | Marc Alexander | 2015-06-07 | 1 | -0/+62 |
| | | | | | | | The codesniffer should check for a correct spacing between keywords like if or foreach and its opening parenthesis. PHPBB3-13930 | ||||
* | Merge pull request #3560 from Nicofuma/ticket/13790 | Nils Adermann | 2015-05-30 | 2 | -73/+72 |
|\ | | | | | [ticket/13790] Update phpcs | ||||
| * | [ticket/13790] Update phpcs | Tristan Darricau | 2015-05-19 | 2 | -73/+72 |
| | | | | | | | | PHPBB3-13790 | ||||
* | | Merge pull request #3606 from Nicofuma/ticket/13838 | Joas Schilling | 2015-05-16 | 1 | -0/+143 |
|\ \ | | | | | | | | | | [ticket/13838] Check braces for control structures | ||||
| * | | [ticket/13838] Check braces for control structures | Nicofuma | 2015-05-14 | 1 | -0/+143 |
| | | | | | | | | | | | | PHPBB3-13838 | ||||
* | | | [ticket/13830] Fix unsused used statements and catch blocks | Nicofuma | 2015-05-14 | 1 | -1/+1 |
|/ / | | | | | | | PHPBB3-13830 | ||||
* | | [ticket/13830] Check class used in catch statements | Nicofuma | 2015-05-10 | 1 | -0/+14 |
|/ | | | | PHPBB3-13830 | ||||
* | [ticket/13511] Call the check() method with the phpcsFile object | Tristan Darricau | 2015-01-17 | 1 | -7/+7 |
| | | | | PHPBB3-13511 | ||||
* | [ticket/13402] Handle arrays and multiples types | Tristan Darricau | 2014-11-30 | 1 | -2/+10 |
| | | | | PHPBB3-13402 | ||||
* | [ticket/13402] Refactor unused use Sniff | Tristan Darricau | 2014-11-30 | 1 | -79/+29 |
| | | | | PHPBB3-13402 | ||||
* | [ticket/13402] Code sniffer, unused use, check the function doc blocks | Tristan Darricau | 2014-11-29 | 1 | -0/+62 |
| | | | | PHPBB3-13402 | ||||
* | [ticket/13381] Allow ' *' in the doc blocks (especially the header files) | Tristan Darricau | 2014-11-27 | 1 | -3/+3 |
| | | | | PHPBB3-13381 | ||||
* | [ticket/12842] Skip parameters without exlicit type | Tristan Darricau | 2014-07-12 | 1 | -10/+15 |
| | | | | PHPBB3-12842 | ||||
* | [ticket/12726] Fix coding style | Tristan Darricau | 2014-06-22 | 1 | -2/+4 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12726] Update error message | Tristan Darricau | 2014-06-22 | 1 | -1/+1 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12726] Fix coding style | Tristan Darricau | 2014-06-22 | 1 | -2/+3 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12726] Ensure PHP files do not contain any unused use statements | Tristan Darricau | 2014-06-22 | 1 | -0/+206 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12723] Do not reference the coding guidelines section. | Andreas Fischer | 2014-06-22 | 1 | -3/+2 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12723] Add Sniff ensuring PHP files use the correct file header | Tristan Darricau | 2014-06-22 | 1 | -106/+116 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+8 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12349] Fix Sniffer for @license tag | Joas Schilling | 2014-04-03 | 1 | -1/+1 |
| | | | | PHPBB3-12349 | ||||
* | [task/code-sniffer] Move code sniffer below build folder. | Andreas Fischer | 2013-10-27 | 1 | -0/+210 |
PHPBB3-11980 |