phpffcms/ffcms-core

View on GitHub
src/Network/Request.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(array $query = [], array $request = [], array $attributes = [], array $cookies = [], array $files = [], array $server = [], $content = null)
Severity: Major
Found in src/Network/Request.php - About 50 mins to fix

    Method initialize has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function initialize(array $query = [], array $request = [], array $attributes = [], array $cookies = [], array $files = [], array $server = [], $content = null)
    Severity: Major
    Found in src/Network/Request.php - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status