Your project should use return types
- Read doc
- Reliability
- Major
More information: https://insight.symfony.com/what-we-analyse/php.missing_return_typehint
- }
- return $result;
- }
- protected function useExternalSchemas(string $method, array $parameters, ?array $parentResult, bool $returnOne = false)
- {
- $result = $parentResult;
- foreach ($this->getExternalSchemas() as $externalSchema) {
- $externalResult = call_user_func_array([