Branch: refs/heads/6.0.x Home: https://github.com/phpmyadmin/sql-parser Commit: 66b7ddad92d4a3d648ca18131aaeaf5b8f30af48 https://github.com/phpmyadmin/sql-parser/commit/66b7ddad92d4a3d648ca18131aae... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-03 (Mon, 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 D tests/Components/ComponentTest.php
Log Message: ----------- Change `Component` abstract class to an interface
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 9a5eaabcc2fe4ded82b31a29ec5aaccf30c2eccc https://github.com/phpmyadmin/sql-parser/commit/9a5eaabcc2fe4ded82b31a29ec5a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-01-03 (Mon, 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 D tests/Components/ComponentTest.php
Log Message: ----------- Merge pull request #365 from mauriciofauth/component-interface
Change `Component` abstract class to an interface