mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Useless use of return
This commit is contained in:
parent
bbe018567f
commit
81b47cf861
@ -86,7 +86,6 @@ class StaticController extends ActionController
|
|||||||
) . ' GMT');
|
) . ' GMT');
|
||||||
|
|
||||||
readfile($filePath);
|
readfile($filePath);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -132,7 +131,6 @@ class StaticController extends ActionController
|
|||||||
);
|
);
|
||||||
|
|
||||||
readfile($filePath);
|
readfile($filePath);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -176,8 +174,6 @@ class StaticController extends ActionController
|
|||||||
$this->setCacheHeader(3600);
|
$this->setCacheHeader(3600);
|
||||||
|
|
||||||
$lessCompiler->printStack();
|
$lessCompiler->printStack();
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// @codingStandardsIgnoreEnd
|
// @codingStandardsIgnoreEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user