Skip to content

Commit

Permalink
Dev: PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Dec 17, 2018
1 parent 1216774 commit 93a5cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/activate_helper.php
Expand Up @@ -254,7 +254,7 @@ function checkQuestions($postsid, $iSurveyID, $qtypes)
/**
* Function to activate a survey
* @param int $iSurveyID The Survey ID
* @param bool $simulate
* @param bool $simulate Set to true to test the activation regarding table size limit
* @return array
*/
function activateSurvey($iSurveyID, $simulate = false)
Expand Down

0 comments on commit 93a5cf4

Please sign in to comment.