Skip to content

Commit

Permalink
Added missing PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 15, 2017
1 parent 6a5871e commit 1edfefd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Connection/AbstractConnection.php
Expand Up @@ -154,9 +154,11 @@ private function encodeUTF8($object)
}

/**
* {@inheritdoc}
* @param array $params
*
* @return string
*/
private function signParams(array $params)
private function signParams(array $params): string
{
ksort($params);

Expand Down

0 comments on commit 1edfefd

Please sign in to comment.