Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bnerickson committed Nov 1, 2023
1 parent 7c72d3c commit 7f1d4ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions includes/polling/applications/ss.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
/**
* Performs a data update and returns the updated metrics.
*
* @param class $device
* @param string $app_id
* @param array $fields
* @param array $metrics
* @param string $name
* @param string $polling_type
* @param class $rrd_def
* @param string $gen_type
* @param class $device
* @param string $app_id
* @param array $fields
* @param array $metrics
* @param string $name
* @param string $polling_type
* @param class $rrd_def
* @param string $gen_type
* @return $metrics
*/
function ss_data_update_helper($device, $app_id, $fields, $metrics, $name, $polling_type, $rrd_def, $gen_type)
Expand Down
16 changes: 8 additions & 8 deletions includes/polling/applications/systemd.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
/**
* Performs a data update and returns the updated metrics.
*
* @param class $device
* @param string $app_id
* @param array $fields
* @param array $metrics
* @param string $name
* @param string $polling_type
* @param class $rrd_def
* @param string $state_type
* @param class $device
* @param string $app_id
* @param array $fields
* @param array $metrics
* @param string $name
* @param string $polling_type
* @param class $rrd_def
* @param string $state_type
* @return $metrics
*/
function systemd_data_update_helper($device, $app_id, $fields, $metrics, $name, $polling_type, $rrd_def, $state_type)
Expand Down

0 comments on commit 7f1d4ab

Please sign in to comment.