summaryrefslogtreecommitdiffstats
path: root/src/Utils/BufferedQuery.php
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-12-14 12:43:05 -0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-12-14 12:43:05 -0300
commit53b6ab87749357700f7129d0400fee3afc9ec50d (patch)
tree6325a11c1513e6099d1bc07eabf0c2f1e9d49aa1 /src/Utils/BufferedQuery.php
parent53441d712bc5e8d0f5f08144fd0ec4dfd5f8b04c (diff)
downloadsql-parser-53b6ab87749357700f7129d0400fee3afc9ec50d.zip
sql-parser-53b6ab87749357700f7129d0400fee3afc9ec50d.tar.gz
sql-parser-53b6ab87749357700f7129d0400fee3afc9ec50d.tar.bz2
Remove useless comments and annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'src/Utils/BufferedQuery.php')
-rw-r--r--src/Utils/BufferedQuery.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Utils/BufferedQuery.php b/src/Utils/BufferedQuery.php
index c2dd074..e2f269a 100644
--- a/src/Utils/BufferedQuery.php
+++ b/src/Utils/BufferedQuery.php
@@ -14,10 +14,6 @@ use PhpMyAdmin\SqlParser\Context;
* Implements a specialized lexer used to extract statements from large inputs
* that are being buffered. After each statement has been extracted, a lexer or
* a parser may be used.
- *
- * @category Lexer
- *
- * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class BufferedQuery
{
@@ -80,8 +76,6 @@ class BufferedQuery
public $current = '';
/**
- * Constructor.
- *
* @param string $query the query to be parsed
* @param array $options the options of this parser
*/