summaryrefslogtreecommitdiffstats
path: root/src/Components/Array2d.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+0
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-3/+3
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Use triple (in)equalities when type compatibility is ensuredBruno Perel2018-11-261-1/+1
|
* Merge branch 'master' into motranslatorMichal Čihař2017-01-231-6/+6
|\
| * Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-5/+5
| | | | | | | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* | Merge branch 'master' into motranslatorMichal Čihař2017-01-061-14/+11
|\ \ | |/
| * Apply php-cs-fixerDamian Dlugosz2017-01-061-14/+11
| |
* | Use static method for translatingMichal Čihař2016-12-211-1/+1
| | | | | | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* | Replace __( usage by Translator classMichal Čihař2016-12-211-2/+3
|/ | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Clarify licenseMichal Čihař2016-09-261-1/+1
| | | | | | | | | - 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-261-1/+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>
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-1/+0
|
* Fixed minor style issues in generated queries.v1.0.0Dan Ungureanu2015-08-201-1/+2
| | | | | | | | | Introduced options for builders. Data types are lower case in CREATE TABLE statements, but in any other case they continue to be upper case. Formatter uses 2 spaces instead of 4 for indentation as specified in the MySQL Coding Guidelines. https://dev.mysql.com/doc/internals/en/indentation-spacing.html.
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-4/+7
|
* Finished builders for components.Dan Ungureanu2015-08-141-0/+10
|
* Refactoring.Dan Ungureanu2015-07-221-4/+7
|
* Improved localization.Dan Ungureanu2015-07-211-1/+5
|
* Avoid processing the alias twice and generate an error.Dan Ungureanu2015-07-191-10/+1
| | | | | Errors are triggered when an unexpected token is found between clauses. Refactoring.
* Better error detection. Fixed some of the old messages.Dan Ungureanu2015-07-151-2/+2
| | | | Minor coding style fixes.
* Improved error messages.Dan Ungureanu2015-07-151-45/+40
| | | | | Achieved 100% code coverage. Some refactoring.
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-0/+128