autowp/autowp

View on GitHub
module/Application/src/Validator/Item/CatnameNotExistsFactory.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Parameter $requestedName is never used
Open

    public function __invoke(containerinterface $container, $requestedName, ?array $options = null): CatnameNotExists

Argument 1 (arr1) is ?array<string></string> but \array_replace() takes array
Open

        return new CatnameNotExists(array_replace($options, [

There are no issues that match your filters.

Category
Status