fix line indenting

This commit is contained in:
Uwe Steinmann 2021-10-02 07:34:44 +02:00
parent b5ef570ea5
commit cd08883c55

View File

@ -151,7 +151,12 @@ class SeedDMS_Core_Workflow { /* {{{ */
} /* }}} */
/**
* @return array
* Get all states this workflow at some point may reach
*
* It basically iterates through all transistions and makes a unique
* list of the start and end state.
*
* @return array list of states
*/
function getStates() { /* {{{ */
/** @noinspection PhpUnusedLocalVariableInspection */