From d4388972700c994104007f67571c7d90d354e9ef Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 15 Feb 2023 15:19:44 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Service/CallService.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */