Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 3 | -18/+0 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Reference classes via a use statement | Maurício Meneghini Fauth | 2019-12-14 | 3 | -3/+8 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 3 | -3/+3 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Fixes from PHPStan level 2 | Gabriel Caruso | 2018-01-14 | 1 | -3/+1 |
| | |||||
* | Apply php-cs-fixer | Michal Čihař | 2017-10-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Use LoaderException instead of generic Exception for loader errors | Michal Čihař | 2017-08-21 | 1 | -0/+38 |
| | | | | | | | This make it easier to handle the errors and could help with https://github.com/phpmyadmin/phpmyadmin/issues/12791 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 2 | -3/+3 |
| | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 2 | -19/+11 |
| | |||||
* | Clarify license | Michal Čihař | 2016-09-26 | 2 | -2/+2 |
| | | | | | | | | | - Add link to official license text - Use SPDX identifier for license - Clarify that the code is GPL or later - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Remove @author from comment metadata | Michal Čihař | 2016-09-26 | 2 | -2/+0 |
| | | | | | | | | - We're doing this for ages in phpmyadmin repo - The comments get outdated over time - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | More coding style fixes. And typos. Lots of them. | Dan Ungureanu | 2015-07-08 | 1 | -2/+0 |
| | |||||
* | Improved documentation. | Dan Ungureanu | 2015-06-26 | 2 | -0/+12 |
| | |||||
* | Fixed coding style. | Dan Ungureanu | 2015-06-22 | 2 | -7/+19 |
| | |||||
* | Improved documentation and coding style. | Dan Ungureanu | 2015-06-16 | 2 | -11/+11 |
| | |||||
* | Initial commit. | Dan Ungureanu | 2015-06-08 | 2 | -0/+73 |