Merging fixes for strict standards errors. Closes #44
This commit is contained in:
parent
71a01425cb
commit
b9415316d4
3 changed files with 4 additions and 5 deletions
|
|
@ -61,7 +61,6 @@ class BuildController extends b8\Controller
|
|||
$data['created'] = !is_null($build->getCreated()) ? $build->getCreated()->format('Y-m-d H:i:s') : null;
|
||||
$data['started'] = !is_null($build->getStarted()) ? $build->getStarted()->format('Y-m-d H:i:s') : null;
|
||||
$data['finished'] = !is_null($build->getFinished()) ? $build->getFinished()->format('Y-m-d H:i:s') : null;
|
||||
$data['plugins'] = $build->getPlugins();
|
||||
|
||||
return json_encode($data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue