Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Service/CallService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down