ampache/ampache

View on GitHub
public/artists.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\ShowSongsAction
Open

        ShowSongsAction::REQUEST_KEY => ShowSongsAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\ConfirmDeleteAction
Open

        ConfirmDeleteAction::REQUEST_KEY => ConfirmDeleteAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\ShowSongsAction
Open

        ShowSongsAction::REQUEST_KEY => ShowSongsAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\DeleteAction
Open

        DeleteAction::REQUEST_KEY => DeleteAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\ShowAllSongsAction
Open

        ShowAllSongsAction::REQUEST_KEY => ShowAllSongsAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\UpdateFromMusicBrainzAction
Open

        UpdateFromMusicBrainzAction::REQUEST_KEY => UpdateFromMusicBrainzAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\ShowAllSongsAction
Open

        ShowAllSongsAction::REQUEST_KEY => ShowAllSongsAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\UpdateFromTagsAction
Open

        UpdateFromTagsAction::REQUEST_KEY => UpdateFromTagsAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\ShowAction (Did you mean class \Ampache\Module\Application\PhpInfo\ShowAction or class \Ampache\Module\Application\WebPlayer\ShowAction)
Open

        ShowAction::REQUEST_KEY => ShowAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\UpdateFromMusicBrainzAction
Open

        UpdateFromMusicBrainzAction::REQUEST_KEY => UpdateFromMusicBrainzAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\ApplicationRunner
Open

$dic->get(ApplicationRunner::class)->run(
Severity: Critical
Found in public/artists.php by phan

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\DeleteAction
Open

        DeleteAction::REQUEST_KEY => DeleteAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\ShowAction (Did you mean class \Ampache\Module\Application\PhpInfo\ShowAction or class \Ampache\Module\Application\WebPlayer\ShowAction)
Open

        ShowAction::REQUEST_KEY => ShowAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\ShowMissingAction
Open

        ShowMissingAction::REQUEST_KEY => ShowMissingAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Nyholm\Psr7Server\ServerRequestCreatorInterface
Open

    $dic->get(ServerRequestCreatorInterface::class)->fromGlobals(),
Severity: Critical
Found in public/artists.php by phan

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\UpdateFromTagsAction
Open

        UpdateFromTagsAction::REQUEST_KEY => UpdateFromTagsAction::class,
Severity: Critical
Found in public/artists.php by phan

Reference to constant class from undeclared class \Ampache\Module\Application\Artist\ConfirmDeleteAction
Open

        ConfirmDeleteAction::REQUEST_KEY => ConfirmDeleteAction::class,
Severity: Critical
Found in public/artists.php by phan

Possibly zero references to use statement for classlike/namespace ContainerInterface (\Psr\Container\ContainerInterface)
Open

use Psr\Container\ContainerInterface;
Severity: Minor
Found in public/artists.php by phan

Reference to constant REQUEST_KEY from undeclared class \Ampache\Module\Application\Artist\ShowMissingAction
Open

        ShowMissingAction::REQUEST_KEY => ShowMissingAction::class,
Severity: Critical
Found in public/artists.php by phan

There are no issues that match your filters.

Category
Status