manual cs fixes

This commit is contained in:
Dennis Eichhorn 2020-09-01 20:57:48 +02:00
parent 4d087aeb4e
commit 76ce6b8584

View File

@ -27,11 +27,11 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;
*/
class Workflow implements WorkflowInterface
{
private $id = 0;
private $id = 0;
private $state = 0;
private $con = null;
private $con = null;
/**
* Constructor.