Skip to content

Commit 54ac98b

Browse files
committed
csfixer
1 parent 56f3ee3 commit 54ac98b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

includes/functions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ function servcheck_check_debug() {
6363
}
6464
}
6565

66-
6766
/**
6867
* Log debug message
6968
*
70-
* @param string $message Text of the message that will be logged
69+
* @param string $message Text of the message that will be logged
7170
*
7271
* @return void
7372
*/

servcheck_ca.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
case 'edit':
4646
top_header();
4747
servcheck_data_edit();
48-
bottom_footer();
48+
bottom_footer();
4949

5050
break;
5151
default:
@@ -169,7 +169,6 @@ function form_save() {
169169
exit;
170170
}
171171

172-
173172
function servcheck_data_edit() {
174173
global $servcheck_ca_fields;
175174

0 commit comments

Comments
 (0)