Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 4270681bb9e74099883fd7cc042513e3c4a809f7 https://github.com/phpmyadmin/sql-parser/commit/4270681bb9e74099883fd7cc0425... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev