Your project should not use invalid return types
- Read doc
- Reliability
- Major
More information: https://insight.symfony.com/what-we-analyse/php.invalid_return_typehint
- {
- public const MAX_DEEP = 5;
- public function getDomDocumentHandler(): AbstractDocument
- {
- return parent::getDomDocumentHandler();
- }
- /**
- * This method aims to get the parent element that matches a valid Wsdl element (aka struct).
- *
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([