Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9dcb6b06276a9f272075c657f73b70a8e19d131a
https://github.com/phpmyadmin/sql-parser/commit/9dcb6b06276a9f272075c657f73b70a8e19d131a
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-01-15 (Mon, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.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/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/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/Context.php
M src/Exceptions/LexerException.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/CreateStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/TokensList.php
M src/Tools/ContextGenerator.php
M src/Tools/CustomJsonSerializer.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/Query.php
M tests/Builder/AlterStatementTest.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/ExplainStatementTest.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/LoadStatementTest.php
M tests/Builder/RenameStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/SetStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
M tests/Builder/UpdateStatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/GroupKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/LockExpressionTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/IsMethodsTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
M tests/Parser/AlterStatementTest.php
M tests/Parser/AnalyzeStatementTest.php
M tests/Parser/CallStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/DeleteStatementTest.php
M tests/Parser/DropStatementTest.php
M tests/Parser/ExplainStatementTest.php
M tests/Parser/InsertStatementTest.php
M tests/Parser/LoadStatementTest.php
M tests/Parser/LockStatementTest.php
M tests/Parser/ParserLongExportsTest.php
M tests/Parser/ParserTest.php
M tests/Parser/PurgeStatementTest.php
M tests/Parser/RenameStatementTest.php
M tests/Parser/ReplaceStatementTest.php
M tests/Parser/RestoreStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/SetStatementTest.php
M tests/Parser/TransactionStatementTest.php
M tests/Parser/UpdateStatementTest.php
M tests/Parser/WithStatementTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/ErrorTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php

Log Message:
-----------
Fix some coding standard issues

Signed-off-by: Maurício Meneghini Fauth <mauri...@fauth.dev>

Commit: 94f2db2fd7dded6ba251bf15e4645b5d19b10a35
https://github.com/phpmyadmin/sql-parser/commit/94f2db2fd7dded6ba251bf15e4645b5d19b10a35
Author: Maurício Meneghini Fauth <mauri...@fauth.dev>
Date: 2024-01-15 (Mon, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.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/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/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/Context.php
M src/Exceptions/LexerException.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/CreateStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/TokensList.php
M src/Tools/ContextGenerator.php
M src/Tools/CustomJsonSerializer.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/Query.php
M tests/Builder/AlterStatementTest.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/ExplainStatementTest.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/LoadStatementTest.php
M tests/Builder/RenameStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/SetStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
M tests/Builder/UpdateStatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/GroupKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/LockExpressionTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/IsMethodsTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
M tests/Parser/AlterStatementTest.php
M tests/Parser/AnalyzeStatementTest.php
M tests/Parser/CallStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/DeleteStatementTest.php
M tests/Parser/DropStatementTest.php
M tests/Parser/ExplainStatementTest.php
M tests/Parser/InsertStatementTest.php
M tests/Parser/LoadStatementTest.php
M tests/Parser/LockStatementTest.php
M tests/Parser/ParserLongExportsTest.php
M tests/Parser/ParserTest.php
M tests/Parser/PurgeStatementTest.php
M tests/Parser/RenameStatementTest.php
M tests/Parser/ReplaceStatementTest.php
M tests/Parser/RestoreStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/SetStatementTest.php
M tests/Parser/TransactionStatementTest.php
M tests/Parser/UpdateStatementTest.php
M tests/Parser/WithStatementTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/ErrorTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php

Log Message:
-----------
Merge pull request #523 from MauricioFauth/phpcs

Fix some coding standard issues

_______________________________________________
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net

Reply via email to