Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: a858f08fec34317fa3bde2968c276f98e884b063 https://github.com/phpmyadmin/phpmyadmin/commit/a858f08fec34317fa3bde2968c27... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-05 (Fri, 01 January 2024) -03:00
Changed paths: A src/Error/Error.php A src/Error/ErrorHandler.php A src/Error/ErrorReport.php A tests/classes/Error/ErrorHandlerTest.php A tests/classes/Error/ErrorReportTest.php A tests/classes/Error/ErrorTest.php M app/services.php M phpstan-baseline.neon M psalm-baseline.xml M src/Application.php M src/Controllers/ErrorReportController.php M src/Core.php M src/DatabaseInterface.php M src/Footer.php M src/Http/Middleware/ErrorHandling.php M src/Http/Middleware/SessionHandling.php M src/Plugins/Auth/AuthenticationConfig.php M src/Plugins/Auth/AuthenticationCookie.php M src/Query/Utilities.php M src/ResponseRenderer.php M src/Session.php M tests/classes/ApplicationTest.php M tests/classes/Plugins/Auth/AuthenticationCookieTest.php D src/Error.php D src/ErrorHandler.php D src/ErrorReport.php D tests/classes/ErrorHandlerTest.php D tests/classes/ErrorReportTest.php D tests/classes/ErrorTest.php
Log Message: ----------- Move error related classes to the Error namespace
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: be1be3a0f1fe74c17da9e04f446c681a4138ab30 https://github.com/phpmyadmin/phpmyadmin/commit/be1be3a0f1fe74c17da9e04f446c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-06 (Sat, 01 January 2024) -03:00
Changed paths: A src/Error/Error.php A src/Error/ErrorHandler.php A src/Error/ErrorReport.php A tests/classes/Error/ErrorHandlerTest.php A tests/classes/Error/ErrorReportTest.php A tests/classes/Error/ErrorTest.php M app/services.php M phpstan-baseline.neon M psalm-baseline.xml M src/Application.php M src/Controllers/ErrorReportController.php M src/Core.php M src/DatabaseInterface.php M src/Footer.php M src/Http/Middleware/ErrorHandling.php M src/Http/Middleware/SessionHandling.php M src/Plugins/Auth/AuthenticationConfig.php M src/Plugins/Auth/AuthenticationCookie.php M src/Query/Utilities.php M src/ResponseRenderer.php M src/Session.php M tests/classes/ApplicationTest.php M tests/classes/Plugins/Auth/AuthenticationCookieTest.php D src/Error.php D src/ErrorHandler.php D src/ErrorReport.php D tests/classes/ErrorHandlerTest.php D tests/classes/ErrorReportTest.php D tests/classes/ErrorTest.php
Log Message: ----------- Merge pull request #18881 from MauricioFauth/error-namespace
Move error related classes to the Error namespace