Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing typed arguments in function NestedTreeRepository::__call() #473

Open
ducho opened this issue Feb 12, 2024 · 0 comments
Open

Missing typed arguments in function NestedTreeRepository::__call() #473

ducho opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@ducho
Copy link

ducho commented Feb 12, 2024

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 ducho added the Bug label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant