[phpMyAdmin Git] [phpmyadmin/sql-parser] 9cf339: Remove unnecessary file level docblocks

Maurício Meneghini Fauth mauricio at fauth.dev
Sat Jan 8 01:56:30 CET 2022


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9cf3396ce166586902769c59bb4a2d50d3977447
https://github.com/phpmyadmin/sql-parser/commit/9cf3396ce166586902769c59bb4a2d50d3977447
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-01-07 (Fri, 01 January 2022) -03:00

Changed paths: 
M src/Component.php
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/LockExpression.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Components/WithKeyword.php
M src/Context.php
M src/Core.php
M src/Exceptions/LexerException.php
M src/Exceptions/LoaderException.php
M src/Exceptions/ParserException.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/BackupStatement.php
M src/Statements/CallStatement.php
M src/Statements/CheckStatement.php
M src/Statements/ChecksumStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/DropStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/RepairStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/RestoreStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/ShowStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/TokensList.php
M src/Translator.php
M src/UtfString.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Misc.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Table.php
M src/Utils/Tokens.php
M tests/TestCase.php

Log Message:
-----------
Remove unnecessary file level docblocks

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>



More information about the Git mailing list