Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 7c79fa9b1e6c14002e39a85c73637e0c40c7f691 https://github.com/phpmyadmin/sql-parser/commit/7c79fa9b1e6c14002e39a85c7363... Author: William Desportes williamdes@wdes.fr Date: 2020-11-16 (Mon, 11 November 2020) +01:00
Changed paths: M composer.json
Log Message: ----------- Upgrade phpmyadmin/coding-standard to at least 2.1.1
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 3488f3794c62b32c0aaab87c7287fad1b27a122f https://github.com/phpmyadmin/sql-parser/commit/3488f3794c62b32c0aaab87c7287... Author: William Desportes williamdes@wdes.fr Date: 2020-11-16 (Mon, 11 November 2020) +01:00
Changed paths: M src/Components/GroupKeyword.php M src/Components/IntoKeyword.php M src/Components/LockExpression.php M src/Lexer.php M src/Statement.php M src/Statements/LoadStatement.php M src/Statements/LockStatement.php M src/Statements/PurgeStatement.php M src/Statements/SelectStatement.php M src/Statements/SetStatement.php M src/Utils/CLI.php M src/Utils/Formatter.php M src/Utils/Query.php M src/Utils/Tokens.php M tests/Builder/CreateStatementTest.php M tests/Components/ArrayObjTest.php M tests/Components/ExpressionTest.php M tests/Components/LimitTest.php M tests/Components/LockExpressionTest.php M tests/Lexer/ContextTest.php M tests/Lexer/LexerTest.php M tests/Misc/BugsTest.php M tests/Misc/ParameterTest.php M tests/Misc/UtfStringTest.php M tests/Parser/AlterStatementTest.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/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/Utils/BufferedQueryTest.php M tests/Utils/CLITest.php M tests/Utils/FormatterTest.php M tests/Utils/MiscTest.php M tests/Utils/QueryTest.php M tests/Utils/RoutineTest.php M tests/Utils/TableTest.php M tests/Utils/TokensTest.php
Log Message: ----------- Fix coding standard issues for missing typehints
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 173a373c5c1f15e8e4b15126177fd6b7c0da9c12 https://github.com/phpmyadmin/sql-parser/commit/173a373c5c1f15e8e4b15126177f... Author: William Desportes williamdes@wdes.fr Date: 2020-11-16 (Mon, 11 November 2020) +01:00
Changed paths: M phpstan-baseline.neon
Log Message: ----------- Update phpstan baseline
Signed-off-by: William Desportes williamdes@wdes.fr