Your project must not contain invalid function or method calls
- Read doc
- Reliability
- Major
More information: https://insight.symfony.com/what-we-analyse/php.invalid_call
- );
- }
- /** @var array{object|string,string} $callable */
- return $ref->invokeArgs(
- $ref->isStatic() && ! \is_object($callable[0]) ? null : $callable[0],
- $this->resolveArgs($ref, $args)
- );
- } catch (ReflectionException $err) {
- throw new InvalidArgumentException($err->getMessage(), $err->getCode(), $err);
- } catch (UnresolvableArgumentException $err) {