git.cweiske.de
/
php-sqllint.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ca0a3
)
Rely on autoloader to load Console_CommandLine
author
Christian Weiske
<
[email protected]
>
Tue, 24 Oct 2017 15:09:46 +0000
(17:09 +0200)
committer
Christian Weiske
<
[email protected]
>
Tue, 24 Oct 2017 15:09:46 +0000
(17:09 +0200)
Resolves: https://github.com/cweiske/php-sqllint/issues/13
src/phpsqllint/Cli.php
patch
|
blob
|
history
diff --git
a/src/phpsqllint/Cli.php
b/src/phpsqllint/Cli.php
index eecc9b789617be9826915d1e7db5e21547eda76c..1501815eb58408ed4a284211b4f4f1ee4b10d8ab 100644
(file)
--- a/
src/phpsqllint/Cli.php
+++ b/
src/phpsqllint/Cli.php
@@
-13,8
+13,6
@@
namespace phpsqllint;
use PhpMyAdmin\SqlParser\Parser;
-require_once 'Console/CommandLine.php';
-
/**
* Command line interface
*