summaryrefslogtreecommitdiffstats
path: root/src/Components/FunctionCall.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-6/+0
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Replaced new self with new staticMartkCz2019-05-171-1/+1
|
* 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-2/+2
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* 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>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-18/+13
|
* 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.
* Replaced explicit calls to Component::build() with implicit calls to ↵Dan Ungureanu2015-08-181-1/+1
| | | | | | | Component::__toString(). Fixed bugs that caused field names like '0', '0.0', etc. to be considered invalid. Refactoring.
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-2/+4
|
* Fixed coding style.Dan Ungureanu2015-07-101-1/+1
|
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-0/+123