Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ccb11368cd999d95cffb79493de1455d363ba47b
https://github.com/phpmyadmin/phpmyadmin/commit/ccb11368cd999d95cffb79493de1455d363ba47b
Author: Maurício Meneghini Fauth <[email protected]>
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 <[email protected]>

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

_______________________________________________
Git mailing list
[email protected]
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to