koselig/library

View on GitHub
src/Providers/WordpressTemplatingServiceProvider.php

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this method.
Open

                return "<?php gravity_form({$expression}); ?>";
Severity: Major
Found in src/Providers/WordpressTemplatingServiceProvider.php - About 30 mins to fix

    Opening parenthesis of a multi-line function call must be the last content on the line
    Open

            View::addNamespace('theme',

    Multi-line function call not indented correctly; expected 8 spaces but found 27
    Open

                               base_path() . '/resources/views/themes/' . wp_get_theme()->stylesheet);

    Closing parenthesis of a multi-line function call must be on a line by itself
    Open

                               base_path() . '/resources/views/themes/' . wp_get_theme()->stylesheet);

    There are no issues that match your filters.

    Category
    Status