Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Reference classes via a use statement | Maurício Meneghini Fauth | 2019-12-14 | 1 | -2/+3 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Fix deprecated annotations | William Desportes | 2019-09-25 | 1 | -8/+4 |
| | | | | | | Ref: #261 Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -16/+24 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Refactoring tests | Gabriel Caruso | 2017-12-14 | 1 | -5/+5 |
| | |||||
* | Apply php-cs-fixer | Michal Čihař | 2017-10-10 | 1 | -5/+9 |
| | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Improve UtfString handling of invalid strings | Michal Čihař | 2017-06-15 | 1 | -0/+31 |
| | | | | | | | | | First check whether string is actually utf-8 before trying to process it as it. Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13385 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Order imports | Damian Dlugosz | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -3/+3 |
| | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -2/+0 |
| | |||||
* | Fixed test for PHP5.5-. | Dan Ungureanu | 2015-07-18 | 1 | -2/+1 |
| | |||||
* | Fixed support for multi-byte strings. | Dan Ungureanu | 2015-07-16 | 1 | -0/+88 |