Skip to content

Commit

Permalink
Dev: Fixed TypeHint in quotas.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Höck committed Sep 27, 2021
1 parent 42781d8 commit 381fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/quotas.php
Expand Up @@ -317,7 +317,7 @@ public function delans(int $iSurveyId)

/**
* Delete Quota
* @param int iSurveyId
* @param int $iSurveyId
*/
public function delquota(int $iSurveyId)
{
Expand Down

0 comments on commit 381fc5a

Please sign in to comment.