mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
Cube, BranchedObject: formatting
This commit is contained in:
parent
c7cba433ed
commit
a86c751c33
@ -346,7 +346,7 @@ class BranchedObject
|
||||
|
||||
public static function exists(
|
||||
Db $connection,
|
||||
$table,
|
||||
$table,
|
||||
UuidInterface $uuid,
|
||||
UuidInterface $branchUuid = null
|
||||
) {
|
||||
|
@ -22,7 +22,7 @@ class IcingaDbCubeLinks extends IcingadbHook
|
||||
*/
|
||||
public function prepareActionLinks(BaseCube $cube, View $view)
|
||||
{
|
||||
if ( ! $cube instanceof HostCube) {
|
||||
if (! $cube instanceof HostCube) {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -46,7 +46,6 @@ class IcingaDbCubeLinks extends IcingadbHook
|
||||
$chosenHosts[0]
|
||||
);
|
||||
}
|
||||
|
||||
} else {
|
||||
$params = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user