mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
monitoring/commands: Fix `CommandForm::getTransport()'s PHPDoc
refs #6593
This commit is contained in:
parent
cb23ef3c4e
commit
ed645b1eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue