mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-10 17:11:16 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class CommandTransport implements CommandTransportInterface
|
|||
*
|
||||
* @param ConfigObject $config
|
||||
*
|
||||
* @return LocalCommandFile|RemoteCommandFile
|
||||
* @return LocalCommandFile|RemoteCommandFile|ApiCommandTransport
|
||||
*
|
||||
* @throws ConfigurationError
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue