`CommandTransport`: Fix return type for method `createTransport()`
`Icinga\Module\Monitoring\Command\Transport\CommandTransport::createTransport()` also returns `Icinga\Module\Monitoring\Command\Transport\ApiCommandTransport::class`. Hence it is added to the method's return type in PHPDoc.
This commit is contained in:
parent
d7518388d8
commit
a68e0595ff
|
@ -55,7 +55,7 @@ class CommandTransport implements CommandTransportInterface
|
|||
*
|
||||
* @param ConfigObject $config
|
||||
*
|
||||
* @return LocalCommandFile|RemoteCommandFile
|
||||
* @return LocalCommandFile|RemoteCommandFile|ApiCommandTransport
|
||||
*
|
||||
* @throws ConfigurationError
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue