[phpmyadmin/phpmyadmin] ccb113: Remove OutputBuffering::getInstance() method

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: ccb11368cd999d95cffb79493de1455d363ba47b https://github.com/phpmyadmin/phpmyadmin/commit/ccb11368cd999d95cffb79493de1... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-10-25 (Tue, 10 October 2022) -03:00 Changed paths: M libraries/classes/OutputBuffering.php M libraries/classes/ResponseRenderer.php M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Remove OutputBuffering::getInstance() method The OutputBuffering class is only used inside the ResponseRendering class and since it's already a singleton, there is no reason to use the OutputBuffering class as a singleton as well. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 2f3aafed4c225c52871bbed1f474c5251e16f4ab https://github.com/phpmyadmin/phpmyadmin/commit/2f3aafed4c225c52871bbed1f474... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-10-25 (Tue, 10 October 2022) -03:00 Changed paths: M libraries/classes/OutputBuffering.php M libraries/classes/ResponseRenderer.php M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Merge pull request #17835 from MauricioFauth/output-buffering-singleton Remove `OutputBuffering::getInstance()` method
participants (1)
-
Maurício Meneghini Fauth