Browse Source

code style fix in APIConnector

pull/33/head
Paul Rock 6 years ago
parent
commit
e5992edb04
  1. 5
      src/APIConnector.php

5
src/APIConnector.php

@ -48,8 +48,9 @@ class APIConnector
/** /**
* Write word to stream * 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 public function writeWord(string $word): int
{ {

Loading…
Cancel
Save