monitoring/commands: Fix `CommandForm::getTransport()'s PHPDoc
refs #6593
This commit is contained in:
parent
cb23ef3c4e
commit
ed645b1eeb
|
@ -77,7 +77,7 @@ abstract class CommandForm extends Form
|
|||
*
|
||||
* @param Request $request
|
||||
*
|
||||
* @return \Icinga\Module\Monitoring\Command\CommandTransportInterface
|
||||
* @return \Icinga\Module\Monitoring\Command\Transport\CommandTransportInterface
|
||||
*/
|
||||
public function getTransport(Request $request)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue