Browse Source

code style fix in APIConnector

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

1
src/APIConnector.php

@ -49,6 +49,7 @@ class APIConnector
* Write word to stream
*
* @param string $word
*
* @return int return number of written bytes
*/
public function writeWord(string $word): int

Loading…
Cancel
Save