Branch: refs/heads/master
Home:
https://github.com/phpmyadmin/phpmyadmin
Commit: 1ae995b9f1d4ab52be54662c70b831b9971bd1c6
https://github.com/phpmyadmin/phpmyadmin/commit/1ae995b9f1d4ab52be54662c70b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config.php
M src/Controllers/Preferences/ManageController.php
M src/Core.php
M src/Footer.php
M src/IpAllowDeny.php
M src/LanguageManager.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/TwoFactorPlugin.php
M src/Routing/Routing.php
M src/Util.php
M test/classes/CoreTest.php
Log Message:
-----------
Refactor the Core::getenv() method
Renames it to getEnv() and adds unit tests for it.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 962ff02b72f16b6859b81c8be2f252c289c5f03b
https://github.com/phpmyadmin/phpmyadmin/commit/962ff02b72f16b6859b81c8be2f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config.php
M src/Controllers/Preferences/ManageController.php
M src/Core.php
M src/Footer.php
M src/IpAllowDeny.php
M src/LanguageManager.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/TwoFactorPlugin.php
M src/Routing/Routing.php
M src/Util.php
M test/classes/CoreTest.php
Log Message:
-----------
Merge pull request #18738 from MauricioFauth/core-getenv-refactor
Refactor the Core::getenv() method