Your project must not contain invalid function or method calls

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

in src/Container.php, line 180
  1. \gettype($args)
  2. ));
  3. }
  4. $instance = $this->resolver->resolve(
  5. \is_string($instance) && isset($this->factories[$instance])
    Parameter #1 $entry of method Projek\Container\Resolver::resolve() expects callable(): mixed, array{string, string}|(callable(): mixed)|string|TObj of object given.
    Time to fix: about 9 minutes
    Read doc Permalink Copy Prompt
    Last edited by Fery Wardiyanto
  6. ? $this->factories[$instance]
  7. : $instance,
  8. $args
  9. );