mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Add comment
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/** Pretty print JSON values in edit
|
/** Pretty print JSON values in edit
|
||||||
|
* @link https://www.adminer.org/plugins/#use
|
||||||
|
* @author Christopher Chen
|
||||||
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
||||||
|
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
||||||
*/
|
*/
|
||||||
class AdminerPrettyJsonColumn {
|
class AdminerPrettyJsonColumn {
|
||||||
private function testJson($value) {
|
private function testJson($value) {
|
||||||
|
Reference in New Issue
Block a user