diff options
author | Maurício Meneghini Fauth <mauricio@fauth.dev> | 2019-12-14 12:43:05 -0300 |
---|---|---|
committer | Maurício Meneghini Fauth <mauricio@fauth.dev> | 2019-12-14 12:43:05 -0300 |
commit | 53b6ab87749357700f7129d0400fee3afc9ec50d (patch) | |
tree | 6325a11c1513e6099d1bc07eabf0c2f1e9d49aa1 /src/Components/OptionsArray.php | |
parent | 53441d712bc5e8d0f5f08144fd0ec4dfd5f8b04c (diff) | |
download | sql-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/Components/OptionsArray.php')
-rw-r--r-- | src/Components/OptionsArray.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Components/OptionsArray.php b/src/Components/OptionsArray.php index 3e8196b..da73dc6 100644 --- a/src/Components/OptionsArray.php +++ b/src/Components/OptionsArray.php @@ -14,10 +14,6 @@ use PhpMyAdmin\SqlParser\Translator; /** * Parses a list of options. - * - * @category Components - * - * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+ */ class OptionsArray extends Component { @@ -29,8 +25,6 @@ class OptionsArray extends Component public $options = []; /** - * Constructor. - * * @param array $options The array of options. Options that have a value * must be an array with at least two keys `name` and * `expr` or `value`. |