mirror of
https://github.com/vrana/adminer.git
synced 2025-08-28 16:49:57 +02:00
Use protected visibility
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
||||
*/
|
||||
class AdminerDumpPhp {
|
||||
var $output = array();
|
||||
var $shutdown_callback = false;
|
||||
protected $output = array();
|
||||
protected $shutdown_callback = false;
|
||||
|
||||
function dumpFormat() {
|
||||
return array('php' => 'PHP');
|
||||
|
Reference in New Issue
Block a user