The expression yield $this->parseSingle($msg) returns the type Generator which is incompatible with the documented return type Jerodev\PhpIrcClient\Messages\IrcMessage[].
Loading history...
22
}
23
}
24
}
25
26
/**
27
* Parse a single message to a corresponding object
28
*
29
* @param string $message
30
*
31
* @return IrcMessage
32
*/
33
private function parseSingle(string $message): IrcMessage