Showing 2 of 13 total issues

Method _replaceReferences has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $input,
        BaseContainerInterface $container,
        $default = null,
        $startDelimiter = '${',
        $endDelimiter = '}'
Severity: Minor
Found in src/DereferenceTokensCapableTrait.php - About 35 mins to fix

    Method _replaceReferences has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        protected function _replaceReferences($input, ContainerInterface $container, $default = null, $startDelimiter = '${', $endDelimiter = '}')
    Severity: Minor
    Found in src/ReplaceReferencesCapableTrait.php - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language