summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--CHANGELOG.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aa04fe8..95d490a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ vendor/
composer.lock
coverage.xml
*~
+.php_cs.cache
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b9dace..fe8df4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* Fix parsing of FIELDS and LINES options in SELECT..INTO
* PHP 7.2 compatibility.
* Better parameter passing to query formatter.
+* Coding style fixes.
## [3.4.14] - 2016-11-30