Skip to content

Commit d8db3df

Browse files
kdambekalnsdaniellienert
authored andcommitted
TASK: Add missing type to @param in docblock
1 parent 539a709 commit d8db3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Eel/ElasticSearchQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ public function __call($method, array $arguments)
779779
}
780780

781781
/**
782-
* @param $value
782+
* @param mixed $value
783783
* @return mixed
784784
*/
785785
protected function convertValue($value)

0 commit comments

Comments
 (0)