StofDoctrineExtensionsBundle icon indicating copy to clipboard operation
StofDoctrineExtensionsBundle copied to clipboard

Missing typed arguments in function NestedTreeRepository::__call()

Open ducho opened this issue 6 months ago • 0 comments

Missing typed arguments in function public function __call(string $method, array $args): mixed (edited).

SF64 stof/doctrine-extensions-bundle 1.10.1 doctrine/orm 3.0

Symfony\Component\ErrorHandler\Error\FatalError^ {#581
  #message: "Compile Error: Declaration of Gedmo\Tree\Entity\Repository\NestedTreeRepository::__call($method, $args) must be compatible with Doctrine\ORM\EntityRepository::__call(string $method, array $arguments): mixed"
  #code: 0
  #file: "./vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php"
  #line: 67
  -error: array:4 [
    "type" => 64
    "message" => "Declaration of Gedmo\Tree\Entity\Repository\NestedTreeRepository::__call($method, $args) must be compatible with Doctrine\ORM\EntityRepository::__call(string $method, array $arguments): mixed"
    "file" => "/var/www/symfony/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php"
    "line" => 67
  ]
}

ducho avatar Feb 12 '24 19:02 ducho