[phpMyAdmin Git] [phpmyadmin/sql-parser] dac297: Remove useless parentheses
Maurício Meneghini Fauth
mauricio at fauth.dev
Sat Dec 14 15:52:38 CET 2019
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: dac2971cef5b6c71a4a52a81e116942cea704653
https://github.com/phpmyadmin/sql-parser/commit/dac2971cef5b6c71a4a52a81e116942cea704653
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2019-12-14 (Sat, 12 December 2019) -03:00
Changed paths:
M src/Components/AlterOperation.php
M src/Components/ArrayObj.php
M src/Components/DataType.php
M src/Components/Key.php
M src/Components/OptionsArray.php
M src/Components/PartitionDefinition.php
M src/Context.php
M src/Statement.php
M src/Statements/CreateStatement.php
M src/Token.php
M src/Utils/Misc.php
M src/Utils/Query.php
M tests/Utils/CLITest.php
M tools/TestGenerator.php
Log Message:
-----------
Remove useless parentheses
Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>
Commit: 766faec3441943e3b338d048b4efc259fe2f2b8b
https://github.com/phpmyadmin/sql-parser/commit/766faec3441943e3b338d048b4efc259fe2f2b8b
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2019-12-14 (Sat, 12 December 2019) -03:00
Changed paths:
M src/Components/Expression.php
M src/Components/SetOperation.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/InsertStatement.php
M src/Statements/ReplaceStatement.php
M src/Translator.php
M src/Utils/Formatter.php
M tests/Lexer/ContextTest.php
Log Message:
-----------
Replace is_null($var) with $var === null
Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>
More information about the Git
mailing list