Your project must not contain invalid function or method calls

More information: https://insight.symfony.com/what-we-analyse/php.invalid_call

  1. ? \explode('::', $entry)
  2. : $this->createInstance($entry, $args);
  3. }
  4. if (\is_array($entry) && \is_string($entry[0])) {
  5. $entry[0] = $this->resolve($entry[0], $args);
    Parameter #1 $entry of method Projek\Container\Resolver::resolve() expects callable(): mixed, string given.
    Time to fix: about 9 minutes
    Read doc Permalink Copy Prompt
    Last edited by Fery Wardiyanto
  6. }
  7. if (\is_object($entry) || \is_callable($entry)) {
  8. return $entry;
  9. }