We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bec2bb commit 955911fCopy full SHA for 955911f
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+* Fixed CLI wrappers for new API.
6
+
7
## [4.0.0] - 2017-01-23
8
9
* Added PhpMyAdmin namespace prefix to follow PSR-4.
bin/highlight-query
@@ -25,5 +25,5 @@ if (!$found) {
25
);
26
}
27
28
-$cli = new SqlParser\Utils\CLI();
+$cli = new PhpMyAdmin\SqlParser\Utils\CLI();
29
exit($cli->runHighlight());
bin/lint-query
@@ -25,6 +25,6 @@ if (!$found) {
exit($cli->runLint());
30
0 commit comments