[phpMyAdmin Git] [phpmyadmin/sql-parser] d91ff5: Add null to properties not set in constructors

Maurício Meneghini Fauth mauricio at fauth.dev
Fri Dec 31 20:21:05 CET 2021


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: d91ff5870f230bf51fdf34dd14524fcdfccb467f
https://github.com/phpmyadmin/sql-parser/commit/d91ff5870f230bf51fdf34dd14524fcdfccb467f
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2021-12-31 (Fri, 12 December 2021) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/CaseExpression.php
M src/Components/CreateDefinition.php
M src/Components/Expression.php
M src/Components/FunctionCall.php
M src/Components/IntoKeyword.php
M src/Components/WithKeyword.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/CallStatement.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/MaintenanceStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Token.php
M src/Utils/BufferedQuery.php

Log Message:
-----------
Add null to properties not set in constructors

Fixes Psalm's PropertyNotSetInConstructor issues.

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



More information about the Git mailing list