CC: Fix phpcs errors of files changed in feature/datetime-element-4440

refs #4440
This commit is contained in:
Eric Lippmann 2013-08-12 16:38:26 +02:00
parent 7dea7fcad0
commit bd140f2828
4 changed files with 3 additions and 4 deletions

View File

@ -235,7 +235,7 @@ abstract class ApplicationBootstrap
* @param string|null $subdir * @param string|null $subdir
* @return string * @return string
*/ */
private function getDirWithSubDir($dir, $subdir=null) private function getDirWithSubDir($dir, $subdir = null)
{ {
if ($subdir !== null) { if ($subdir !== null) {
$dir .= '/' . ltrim($subdir, '/'); $dir .= '/' . ltrim($subdir, '/');

View File

@ -184,5 +184,4 @@ class SubmitPassiveCheckResultForm extends CommandForm
{ {
return $this->getValue('performancedata'); return $this->getValue('performancedata');
} }
} }