NovikovViktor/RequestLimitBundle

View on GitHub
DependencyInjection/Configuration.php

Summary

Maintainability
A
0 mins
Test Coverage

Class implements undeclared interface \Symfony\Component\Config\Definition\ConfigurationInterface
Open

class Configuration implements ConfigurationInterface
Severity: Critical
Found in DependencyInjection/Configuration.php by phan

Call to method __construct from undeclared class \Symfony\Component\Config\Definition\Builder\TreeBuilder
Open

        $treeBuilder = new TreeBuilder();
Severity: Critical
Found in DependencyInjection/Configuration.php by phan

Call to method root from undeclared class \Symfony\Component\Config\Definition\Builder\TreeBuilder
Open

        $rootNode = $treeBuilder->root('request_limit');
Severity: Critical
Found in DependencyInjection/Configuration.php by phan

Return type of getConfigTreeBuilder() is undeclared type \Symfony\Component\Config\Definition\Builder\TreeBuilder
Open

    public function getConfigTreeBuilder()
Severity: Minor
Found in DependencyInjection/Configuration.php by phan

There are no issues that match your filters.

Category
Status