format class for comments to be at the same tab stop (#7018)

Co-authored-by: Tim Fry <tim@fusionpbx.com>
This commit is contained in:
frytimo
2024-06-24 08:26:34 -06:00
committed by GitHub
co-authored by Tim Fry
parent 3215f50826
commit 820a7231dc
@@ -6,6 +6,7 @@
* @method null download * @method null download
*/ */
if (!class_exists('access_controls')) { if (!class_exists('access_controls')) {
class access_controls { class access_controls {
/** /**
@@ -27,7 +28,6 @@ if (!class_exists('access_controls')) {
$this->app_name = 'access_controls'; $this->app_name = 'access_controls';
$this->app_uuid = '1416a250-f6e1-4edc-91a6-5c9b883638fd'; $this->app_uuid = '1416a250-f6e1-4edc-91a6-5c9b883638fd';
$this->list_page = 'access_controls.php'; $this->list_page = 'access_controls.php';
} }
/** /**
@@ -224,7 +224,6 @@ if (!class_exists('access_controls')) {
//increment //increment
$y++; $y++;
} }
} }
unset($sql_2, $parameters_2, $rows_2, $row_2); unset($sql_2, $parameters_2, $rows_2, $row_2);
@@ -259,15 +258,12 @@ if (!class_exists('access_controls')) {
//set message //set message
message::add($text['message-copy']); message::add($text['message-copy']);
} }
unset($records); unset($records);
} }
}
} }
} }
} }
}
?> ?>