mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
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
|
* @param Request $request
|
||||||
*
|
*
|
||||||
* @return \Icinga\Module\Monitoring\Command\CommandTransportInterface
|
* @return \Icinga\Module\Monitoring\Command\Transport\CommandTransportInterface
|
||||||
*/
|
*/
|
||||||
public function getTransport(Request $request)
|
public function getTransport(Request $request)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user