rentery/php-project-lvl2

View on GitHub
src/Formatters/Json.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Differ\Formatters\Json;

function render($configTree)
{
    return json_encode($configTree);
}