[phpmyadmin/phpmyadmin] 270a7e: Remove user info globals in Server\Privileges class

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 270a7ea2df3c68bf650bdeba9aacc4c23b573be9 https://github.com/phpmyadmin/phpmyadmin/commit/270a7ea2df3c68bf650bdeba9aac... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2024-12-23 (Mon, 12 December 2024) -03:00 Changed paths: M psalm-baseline.xml M src/Server/Privileges.php Log Message: ----------- Remove user info globals in Server\Privileges class The only global variables used were the user TLS options. So they were replaced with private properties. Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> Commit: c75d251eae71010bdd82d01bb0b9b8894b40fd4d https://github.com/phpmyadmin/phpmyadmin/commit/c75d251eae71010bdd82d01bb0b9... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2024-12-23 (Mon, 12 December 2024) -03:00 Changed paths: M psalm-baseline.xml M src/Server/Privileges.php Log Message: ----------- Merge pull request #19469 from MauricioFauth/privs-user-globals Remove user info globals in Server\Privileges class
participants (1)
-
Maurício Meneghini Fauth