[phpMyAdmin Git] [phpmyadmin/sql-parser] 091f86: Improve type declaration of tests files

Maurício Meneghini Fauth mauricio at fauth.dev
Fri Jan 7 20:58:20 CET 2022


Branch: refs/heads/6.0.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 091f86d0075a1fbc59375f482ea1b44006ee3ff5
https://github.com/phpmyadmin/sql-parser/commit/091f86d0075a1fbc59375f482ea1b44006ee3ff5
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-01-05 (Wed, 01 January 2022) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M tests/Builder/CreateStatementTest.php
M tests/Components/ArrayObjTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/LexerTest.php
M tests/Misc/UtfStringTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/QueryTest.php

Log Message:
-----------
Improve type declaration of tests files

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

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

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Lexer.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/BackupStatement.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/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/OptimizeStatement.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/Tools/ContextGenerator.php

Log Message:
-----------
Add type declarations to some class properties

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

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

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.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/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Context.php
M src/Parser.php
M src/Statements/CreateStatement.php
M src/Statements/LoadStatement.php
M src/Utils/BufferedQuery.php
M src/Utils/Formatter.php
M tests/Utils/BufferedQueryTest.php

Log Message:
-----------
Add type declarations to some class properties

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

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

Changed paths: 
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/Tools/ContextGenerator.php
M src/Tools/TestGenerator.php
M src/Utils/Error.php
M src/Utils/Misc.php
M src/Utils/Query.php

Log Message:
-----------
Improve type declarations of arrays

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

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

Changed paths: 
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/DataType.php
M src/Components/FunctionCall.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/Key.php
M src/Components/OptionsArray.php
M src/Components/Reference.php
M src/Context.php
M src/Statement.php
M src/Statements/PurgeStatement.php
M src/Utils/CLI.php
M src/Utils/Formatter.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Table.php
M src/Utils/Tokens.php
M tests/Utils/BufferedQueryTest.php

Log Message:
-----------
Add specific type declarations to arrays

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

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

Changed paths: 
M tests/TestCase.php
M tests/Utils/CLITest.php

Log Message:
-----------
Add native type declaration to test methods

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

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

Changed paths: 
M phpcs.xml.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/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/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/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/PurgeStatement.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/Tools/ContextGenerator.php
M src/Tools/TestGenerator.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/Builder/CreateStatementTest.php
M tests/Components/ArrayObjTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/LexerTest.php
M tests/Misc/UtfStringTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
M tests/Utils/QueryTest.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