Skip to content

Commit

Permalink
Dev: Add missing comment about intentional switch fallthru (required …
Browse files Browse the repository at this point in the history
…by PSR-12 and code-sniffer)
  • Loading branch information
olleharstedt committed Jun 2, 2023
1 parent 5b1fbb7 commit 6e8a2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/PrintableSurvey.php
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ public function index($surveyid, $lang = null, $bReturn = false)
// ==================================================================
case Question::QT_Q_MULTIPLE_SHORT_TEXT: //Multiple short text
$aWidth = $this->getColumnWidth($qidattributes['label_input_columns'], $qidattributes['text_input_columns']);
// fallthru
case Question::QT_K_MULTIPLE_NUMERICAL: //MULTIPLE NUMERICAL
//~ $question['type_help'] = "";
$width = (isset($qidattributes['input_size']) && $qidattributes['input_size']) ? $qidattributes['input_size'] : null;
Expand Down

0 comments on commit 6e8a2b8

Please sign in to comment.