Remove space from end of line

This commit is contained in:
Dennis Eichhorn 2018-02-03 11:52:30 +01:00
parent 5bef81ff07
commit 441a50817c
4 changed files with 4 additions and 4 deletions

View File

@ -24,5 +24,5 @@ namespace Modules\Workflow\Models;
*/ */
interface WorkflowInterface interface WorkflowInterface
{ {
} }

View File

@ -63,7 +63,7 @@ class Workflow implements WorkflowInterface
public function runPending($data) public function runPending($data)
{ {
// todo: approve?! // todo: approve?!
// todo: // todo:
} }
public function getState() : int public function getState() : int

View File

@ -13,4 +13,4 @@
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();

View File

@ -15,5 +15,5 @@
* @var \Modules\Tasks\Models\Task[] $tasks * @var \Modules\Tasks\Models\Task[] $tasks
*/ */
$tasks = $this->getData('tasks'); $tasks = $this->getData('tasks');
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();