Branch: refs/heads/master
Home:
https://github.com/phpmyadmin/phpmyadmin
Commit: 304f3fa8207eb8d1207e634dc9ee7e62718041f1
https://github.com/phpmyadmin/phpmyadmin/commit/304f3fa8207eb8d1207e634dc9e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-30 (Mon, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Server/SysInfo/WindowsNt.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Refactor the Server\SysInfo\WindowsNt class
Inlines the getWMI method to get better type inference and simpler
logic.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 850997a53e158ab23834059c064c1a9c756c2c8c
https://github.com/phpmyadmin/phpmyadmin/commit/850997a53e158ab23834059c064…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-30 (Mon, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Server/SysInfo/WindowsNt.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Merge pull request #17568 from MauricioFauth/sysinfo-windows-refactor
Refactor the `Server\SysInfo\WindowsNt` class