Skip to content

Commit

Permalink
Fixed cs
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 25, 2017
1 parent 4c511aa commit f9203a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Connection/AbstractConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ private function filterNull(array $object): array
});
}

/** Converts any string or array of strings to UTF8.
/**
* Converts any string or array of strings to UTF8.
* @param mixed $object a String or an array
*
* @return mixed uTF8-string or array
* @return mixed UTF8-string or array
*/
private function encodeUTF8($object)
{
Expand Down

0 comments on commit f9203a3

Please sign in to comment.