We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d481e commit bd62b8dCopy full SHA for bd62b8d
src/Elastica/Client.php
@@ -65,7 +65,6 @@ public function request(string $path, string $method = Request::GET, $data = [],
65
$this->stopwatch->start('es_request', 'fos_elastica');
66
}
67
68
- // todo: 8.1 change into nullable call
69
if ($this->dispatcher) {
70
$this->dispatcher->dispatch(new PreElasticaRequestEvent($path, $method, $data, $query, $contentType));
71
0 commit comments