Skip to content

Commit bd62b8d

Browse files
authored
Remove comment
1 parent a1d481e commit bd62b8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Elastica/Client.php

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function request(string $path, string $method = Request::GET, $data = [],
6565
$this->stopwatch->start('es_request', 'fos_elastica');
6666
}
6767

68-
// todo: 8.1 change into nullable call
6968
if ($this->dispatcher) {
7069
$this->dispatcher->dispatch(new PreElasticaRequestEvent($path, $method, $data, $query, $contentType));
7170
}

0 commit comments

Comments
 (0)