TeaThemeOptions/TeaThemeOptions

View on GitHub
src/Core/Render/Render.php

Summary

Maintainability
A
1 hr
Test Coverage

Method render has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function render($template, $vars)
    {
        //Define Twig loaders
        $loader = new Twig_Loader_Filesystem(array(OLZ_TWIG_VIEWS));

Severity: Minor
Found in src/Core/Render/Render.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status