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

Maurício Meneghini Fauth mauricio at fauth.dev
Thu Jan 20 19:04:18 CET 2022


Branch: refs/heads/6.0.x
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>

Commit: 504f8fba80290ac47c602ac66ae60f86f8598098
https://github.com/phpmyadmin/sql-parser/commit/504f8fba80290ac47c602ac66ae60f86f8598098
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-01-14 (Fri, 01 January 2022) -03:00

Changed paths: 
M CHANGELOG.md
M README.md
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Context.php
M src/Tools/TestGenerator.php
M src/Utils/CLI.php
M tests/Lexer/ContextTest.php
M tests/TestCase.php

Log Message:
-----------
Add support for passing integers to `Context::setMode`

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

Commit: 41fc6b58ceea02ab4173f00648a7d28658108402
https://github.com/phpmyadmin/sql-parser/commit/41fc6b58ceea02ab4173f00648a7d28658108402
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-01-15 (Sat, 01 January 2022) -03:00

Changed paths: 
M CHANGELOG.md
M README.md
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Context.php
M src/Tools/TestGenerator.php
M src/Utils/CLI.php
M tests/Lexer/ContextTest.php
M tests/TestCase.php

Log Message:
-----------
Merge pull request #370 from mauriciofauth/context-sql-modes

Add support for passing integers to `Context::setMode`

Commit: 43fb5bdd9659a6719dc923903bd130ac7d91b468
https://github.com/phpmyadmin/sql-parser/commit/43fb5bdd9659a6719dc923903bd130ac7d91b468
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-01-19 (Wed, 01 January 2022) -03:00

Changed paths: 
M infection.json.dist

Log Message:
-----------
Replace `badge` with `stryker` in `infection.json.dist`

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

Commit: 7974af92761c6c4580fa1ba61b13af064413f753
https://github.com/phpmyadmin/sql-parser/commit/7974af92761c6c4580fa1ba61b13af064413f753
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-01-20 (Thu, 01 January 2022) -03:00

Changed paths: 
M CHANGELOG.md
M README.md
M infection.json.dist
M phpstan-baseline.neon
M psalm-baseline.xml
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/Tools/TestGenerator.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/Lexer/ContextTest.php
M tests/TestCase.php

Log Message:
-----------
Merge branch 'master' into 6.0.x

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



More information about the Git mailing list