SergiX44/XBackBone

View on GitHub
app/Factories/ViewFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

Method createAppInstance has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function createAppInstance(Container $container)
    {
        $config = $container->get('config');
        $loader = new FilesystemLoader(BASE_DIR.'resources/templates');

Severity: Minor
Found in app/Factories/ViewFactory.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status