Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The constant is now deprecated | Joas Schilling | 2015-10-14 | 1 | -1/+1 |
* | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 5 | -0/+9 |
* | Allow checking for functions | Joas Schilling | 2015-07-17 | 8 | -22/+24 |
* | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 4 | -0/+46 |
* | Correctly handle use statements | Joas Schilling | 2015-07-17 | 5 | -0/+48 |
* | add positive tests for operator in code checker | Morris Jobke | 2015-05-05 | 1 | -0/+13 |
* | Check usage of != and == - refs #16054 | Thomas Müller | 2015-05-05 | 2 | -0/+22 |
* | implement php code checker to detect usage of not allowed private APIs - incl... | Thomas Müller | 2015-02-10 | 5 | -0/+47 |