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

Maurício Meneghini Fauth mauricio at fauth.dev
Tue Oct 25 19:58:14 CEST 2022


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ccb11368cd999d95cffb79493de1455d363ba47b
https://github.com/phpmyadmin/phpmyadmin/commit/ccb11368cd999d95cffb79493de1455d363ba47b
Author: Maurício Meneghini Fauth <mauricio at 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 at fauth.dev>

Commit: 2f3aafed4c225c52871bbed1f474c5251e16f4ab
https://github.com/phpmyadmin/phpmyadmin/commit/2f3aafed4c225c52871bbed1f474c5251e16f4ab
Author: Maurício Meneghini Fauth <mauricio at 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



More information about the Git mailing list