Skip to content

Commit e5281f5

Browse files
committed
TASK: Fix CGL issues
1 parent 5e2bd33 commit e5281f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Eel/ElasticSearchQueryBuilder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@ protected function convertHitsToNodes(array $hits)
741741
* @return $this
742742
* @throws Exception
743743
*/
744-
public function __call($method, array $args) {
744+
public function __call($method, array $args)
745+
{
745746
if (!method_exists($this->request, $method)) {
746747
throw new Exception(sprintf('Method "%s" does not exist in the current Request object "%s"', $method, get_class($this->request)), 1486763515);
747748
}

0 commit comments

Comments
 (0)