summaryrefslogtreecommitdiffstats
path: root/src/Exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-143-18/+0
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Reference classes via a use statementMaurício Meneghini Fauth2019-12-143-3/+8
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-163-3/+3
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-1/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Fixes from PHPStan level 2Gabriel Caruso2018-01-141-3/+1
|
* Apply php-cs-fixerMichal Čihař2017-10-101-0/+1
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Use LoaderException instead of generic Exception for loader errorsMichal Čihař2017-08-211-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-232-3/+3
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-062-19/+11
|
* Clarify licenseMichal Čihař2016-09-262-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 metadataMichal Čihař2016-09-262-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 Ungureanu2015-07-081-2/+0
|
* Improved documentation.Dan Ungureanu2015-06-262-0/+12
|
* Fixed coding style.Dan Ungureanu2015-06-222-7/+19
|
* Improved documentation and coding style.Dan Ungureanu2015-06-162-11/+11
|
* Initial commit.Dan Ungureanu2015-06-082-0/+73