feat(elasticsearch): re-introduce v7 support #12236
Annotations
10 errors
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L42
Parameter $client of method ApiPlatform\Elasticsearch\State\CollectionProvider::__construct() has invalid type Elasticsearch\Client.
|
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L42
Property ApiPlatform\Elasticsearch\State\CollectionProvider::$client has unknown class Elasticsearch\Client as its type.
|
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L73
Call to method search() on an unknown class Elasticsearch\Client.
|
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L74
Caught class Elasticsearch\Common\Exceptions\Missing404Exception not found.
|
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L75
Call to method getCode() on an unknown class Elasticsearch\Common\Exceptions\Missing404Exception.
|
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L75
Call to method getMessage() on an unknown class Elasticsearch\Common\Exceptions\Missing404Exception.
|
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L75
Call to method getMessage() on an unknown class Elasticsearch\Common\Exceptions\Missing404Exception.
|
Run PHPStan analysis:
src/Elasticsearch/State/CollectionProvider.php#L75
Call to method getTrace() on an unknown class Elasticsearch\Common\Exceptions\Missing404Exception.
|
Run PHPStan analysis:
src/Elasticsearch/State/ItemProvider.php#L39
Parameter $client of method ApiPlatform\Elasticsearch\State\ItemProvider::__construct() has invalid type Elasticsearch\Client.
|
Run PHPStan analysis:
src/Elasticsearch/State/ItemProvider.php#L39
Property ApiPlatform\Elasticsearch\State\ItemProvider::$client has unknown class Elasticsearch\Client as its type.
|
Loading