Branch: refs/heads/5.9.x Home: https://github.com/phpmyadmin/sql-parser Commit: 98515793e67df12da89ebef2be4d014f09361e80 https://github.com/phpmyadmin/sql-parser/commit/98515793e67df12da89ebef2be4d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Exceptions/ParserException.php M src/Tools/TestGenerator.php M src/Utils/Error.php M tests/TestCase.php M tests/Utils/ErrorTest.php
Log Message: ----------- Fix PHP notice in Utils\Error::get()
PHP Notice: Trying to get property 'token' of non-object in src/Utils/Error.php on line 54
PHP Notice: Trying to get property 'position' of non-object in src/Utils/Error.php on line 55
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: daffc4e0c7dbc7ab43438a1917baf082a9b8f38d https://github.com/phpmyadmin/sql-parser/commit/daffc4e0c7dbc7ab43438a1917ba... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Exceptions/ParserException.php M src/Tools/TestGenerator.php M src/Utils/Error.php M tests/TestCase.php M tests/Utils/ErrorTest.php
Log Message: ----------- Merge pull request #541 from MauricioFauth/fix-notice-error
Fix PHP notice in Utils\Error::get()