Skip to content

Commit

Permalink
Dev: added comment on checkIfFinished()
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 21, 2016
1 parent 2a07b76 commit a487068
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -908,7 +908,7 @@ private function checkPrevStep()
}

/**
* Set the moveResult variable
* Set the moveResult variable, depending on the user move request
*/
private function setMoveResult()
{
Expand Down Expand Up @@ -989,6 +989,9 @@ private function setMoveResult()
}
}

/**
* Test if the the moveresult is finished, to decide to set the new $move value
*/
private function checkIfFinished()
{
// retrieve datas from local variable
Expand Down

0 comments on commit a487068

Please sign in to comment.