diff options
Diffstat (limited to 'src/Utils')
-rw-r--r-- | src/Utils/BufferedQuery.php | 1 | ||||
-rw-r--r-- | src/Utils/CLI.php | 1 | ||||
-rw-r--r-- | src/Utils/Error.php | 1 | ||||
-rw-r--r-- | src/Utils/Formatter.php | 1 | ||||
-rw-r--r-- | src/Utils/Misc.php | 1 | ||||
-rw-r--r-- | src/Utils/Query.php | 1 | ||||
-rw-r--r-- | src/Utils/Routine.php | 1 | ||||
-rw-r--r-- | src/Utils/Table.php | 1 | ||||
-rw-r--r-- | src/Utils/Tokens.php | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/src/Utils/BufferedQuery.php b/src/Utils/BufferedQuery.php index 8aad59f..ef43649 100644 --- a/src/Utils/BufferedQuery.php +++ b/src/Utils/BufferedQuery.php @@ -22,7 +22,6 @@ use SqlParser\Context; * @category Lexer * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class BufferedQuery diff --git a/src/Utils/CLI.php b/src/Utils/CLI.php index b6ce35e..506d28e 100644 --- a/src/Utils/CLI.php +++ b/src/Utils/CLI.php @@ -17,7 +17,6 @@ use SqlParser\Lexer; * @category Exceptions * @package SqlParser * @subpackage Utils - * @author Michal Čihař <michal@cihar.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class CLI diff --git a/src/Utils/Error.php b/src/Utils/Error.php index f0ad5af..d7c903c 100644 --- a/src/Utils/Error.php +++ b/src/Utils/Error.php @@ -17,7 +17,6 @@ use SqlParser\Parser; * @category Exceptions * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class Error diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php index 41b5094..af40266 100644 --- a/src/Utils/Formatter.php +++ b/src/Utils/Formatter.php @@ -19,7 +19,6 @@ use SqlParser\TokensList; * @category Misc * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class Formatter diff --git a/src/Utils/Misc.php b/src/Utils/Misc.php index cec5653..e77cbea 100644 --- a/src/Utils/Misc.php +++ b/src/Utils/Misc.php @@ -17,7 +17,6 @@ use SqlParser\Statements\SelectStatement; * @category Misc * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class Misc diff --git a/src/Utils/Query.php b/src/Utils/Query.php index 239cd6f..dc30286 100644 --- a/src/Utils/Query.php +++ b/src/Utils/Query.php @@ -39,7 +39,6 @@ use SqlParser\Statements\UpdateStatement; * @category Statement * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class Query diff --git a/src/Utils/Routine.php b/src/Utils/Routine.php index 5450cac..1515e6b 100644 --- a/src/Utils/Routine.php +++ b/src/Utils/Routine.php @@ -20,7 +20,6 @@ use SqlParser\Statements\CreateStatement; * @category Routines * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class Routine diff --git a/src/Utils/Table.php b/src/Utils/Table.php index b88f234..a8541fd 100644 --- a/src/Utils/Table.php +++ b/src/Utils/Table.php @@ -16,7 +16,6 @@ use SqlParser\Statements\CreateStatement; * @category Statement * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class Table diff --git a/src/Utils/Tokens.php b/src/Utils/Tokens.php index eb76df2..13017ad 100644 --- a/src/Utils/Tokens.php +++ b/src/Utils/Tokens.php @@ -18,7 +18,6 @@ use SqlParser\TokensList; * @category Token * @package SqlParser * @subpackage Utils - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class Tokens |