aboutsummaryrefslogtreecommitdiffstats
path: root/build/code_sniffer/phpbb/Sniffs/Namespaces/UnusedUseSniff.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Update codesniffer files to be compatible with phpcs 3.xMarc Alexander2019-05-091-7/+10
| | | | PHPBB3-14948
* Merge branch '3.1.x' into 3.2.xMáté Bartus2016-04-131-41/+52
|\ | | | | | | | | * 3.1.x: [ticket/14598] Support vars docblock in sniffer
| * [ticket/14598] Support vars docblock in snifferTristan Darricau2016-04-121-41/+52
| | | | | | | | PHPBB3-14598
* | [ticket/14377] Handle new $classname() in the snifferTristan Darricau2015-12-231-0/+5
|/ | | | PHPBB3-14377
* Merge pull request #3560 from Nicofuma/ticket/13790Nils Adermann2015-05-301-31/+20
|\ | | | | [ticket/13790] Update phpcs
| * [ticket/13790] Update phpcsTristan Darricau2015-05-191-31/+20
| | | | | | | | PHPBB3-13790
* | [ticket/13830] Fix unsused used statements and catch blocksNicofuma2015-05-141-1/+1
| | | | | | | | PHPBB3-13830
* | [ticket/13830] Check class used in catch statementsNicofuma2015-05-101-0/+14
|/ | | | PHPBB3-13830
* [ticket/13511] Call the check() method with the phpcsFile objectTristan Darricau2015-01-171-7/+7
| | | | PHPBB3-13511
* [ticket/13402] Handle arrays and multiples typesTristan Darricau2014-11-301-2/+10
| | | | PHPBB3-13402
* [ticket/13402] Refactor unused use SniffTristan Darricau2014-11-301-79/+29
| | | | PHPBB3-13402
* [ticket/13402] Code sniffer, unused use, check the function doc blocksTristan Darricau2014-11-291-0/+62
| | | | PHPBB3-13402
* [ticket/12842] Skip parameters without exlicit typeTristan Darricau2014-07-121-10/+15
| | | | PHPBB3-12842
* [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+4
| | | | PHPBB3-12726
* [ticket/12726] Update error messageTristan Darricau2014-06-221-1/+1
| | | | PHPBB3-12726
* [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+3
| | | | PHPBB3-12726
* [ticket/12726] Ensure PHP files do not contain any unused use statementsTristan Darricau2014-06-221-0/+206
PHPBB3-12726