mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
CC: Fix phpcs errors of files changed in feature/datetime-element-4440
refs #4440
This commit is contained in:
parent
7dea7fcad0
commit
bd140f2828
@ -235,7 +235,7 @@ abstract class ApplicationBootstrap
|
||||
* @param string|null $subdir
|
||||
* @return string
|
||||
*/
|
||||
private function getDirWithSubDir($dir, $subdir=null)
|
||||
private function getDirWithSubDir($dir, $subdir = null)
|
||||
{
|
||||
if ($subdir !== null) {
|
||||
$dir .= '/' . ltrim($subdir, '/');
|
||||
|
@ -184,5 +184,4 @@ class SubmitPassiveCheckResultForm extends CommandForm
|
||||
{
|
||||
return $this->getValue('performancedata');
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user