diff --git a/src/APIConnector.php b/src/APIConnector.php index f85c013..9da509d 100644 --- a/src/APIConnector.php +++ b/src/APIConnector.php @@ -48,8 +48,9 @@ class APIConnector /** * Write word to stream * - * @param string $word - * @return int return number of written bytes + * @param string $word + * + * @return int return number of written bytes */ public function writeWord(string $word): int {