ampache/ampache

View on GitHub
src/Module/WebDav/service_definition.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to constant class from undeclared class \Ampache\Module\WebDav\WebDavApplication
Open

    WebDavApplication::class => autowire(),
Severity: Critical
Found in src/Module/WebDav/service_definition.php by phan

Reference to constant class from undeclared class \Ampache\Module\WebDav\WebDavFactory
Open

    WebDavFactoryInterface::class => autowire(WebDavFactory::class),
Severity: Critical
Found in src/Module/WebDav/service_definition.php by phan

Call to undeclared function \DI\autowire()
Open

    WebDavFactoryInterface::class => autowire(WebDavFactory::class),
Severity: Critical
Found in src/Module/WebDav/service_definition.php by phan

Call to undeclared function \DI\autowire()
Open

    WebDavApplication::class => autowire(),
Severity: Critical
Found in src/Module/WebDav/service_definition.php by phan

There are no issues that match your filters.

Category
Status