diff --git a/Service/CallService.php b/Service/CallService.php index b9fe75ba..a6fd5bc5 100644 --- a/Service/CallService.php +++ b/Service/CallService.php @@ -299,10 +299,10 @@ private function getAuthentication(Source $source): array * * @TODO: This is based on some assumptions * - * @param Source $source The source to call - * @param string $endpoint The endpoint on the source to call - * @param array $config The additional configuration to call the source - * @param array $objectsLocation The additional configuration to call the source + * @param Source $source The source to call + * @param string $endpoint The endpoint on the source to call + * @param array $config The additional configuration to call the source + * @param array $objectsLocation The additional configuration to call the source * * @return array The array of results */