Symfony\Component\ErrorHandler\Error\FatalError {#174 -error: array:4 [ "type" => 64 "message" => "Cannot declare interface Psr\Container\ContainerInterface, because the name is already in use" "file" => "/home/dh_bccc9k/back-dev.destinico.com.uy/releases/20260227000713Z/vendor/psr/container/src/ContainerInterface.php" "line" => 10 ] }
namespace Psr\Container;/** * Describes the interface of a container that exposes methods to read its entries. */interface ContainerInterface{ /** * Finds an entry of the container by its identifier and returns it. * * @param string $id Identifier of the entry to look for.|
FatalError
|
|---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: Cannot declare interface Psr\Container\ContainerInterface, because the name is already in use at /home/dh_bccc9k/back-dev.destinico.com.uy/releases/20260227000713Z/vendor/psr/container/src/ContainerInterface.php:10 |