hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/php/checker.php

Summary

Maintainability
A
1 hr
Test Coverage

Method call has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function call() {
        global $execution_result;
        $execution_result = [];

        $args_list = json_decode(file_get_contents(__DIR__ . '/check/asserts.json'), true);
Severity: Minor
Found in services/app/apps/runner/dockers/php/checker.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status