Home
last modified time | relevance | path

Searched refs:NullTransport (Results 1 – 2 of 2) sorted by last modified time

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DNullTransport.php18 class NullTransport extends AbstractTransport class
42 public function setResponse(Response $response): NullTransport
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md667 - `\Elastica\Transport\Null` is deprecated because null is a reserved class name in PHP 7. Use `\Elastica\Transport\NullTransport` instead.
1067 - For PHP 7 compatibility Elastica\Query\Bool was renamed to *\BoolQuery, Elastica\Filter\Bool was renamed to BoolFilter, Elastica\Transport\Null was renamed to NullTransport as Null and Bool are reserved phrases in PHP 7. Proxy objects for all three exist to keep backward compatibility. It is recommended to start using the new objects as the proxy classes will be deprecated as soon as PHP 7 is stable. [#837](https://github.com/ruflin/Elastica/pull/837)