Skip to content

Commit

Permalink
Typehint update
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Jul 17, 2023
1 parent 08fd00c commit 75b74b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LibreNMS/Device/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ class Processor extends Model implements DiscoveryModule, PollerModule, Discover
* @param int|string $index
* @param string $description
* @param int $precision The returned value will be divided by this number (should be factor of 10) If negative this oid returns idle cpu
* @param int $current_usage
* @param int $warn_percent
* @param int $entPhysicalIndex
* @param int $hrDeviceIndex
* @param int|null $current_usage
* @param int|null $warn_percent
* @param int|null $entPhysicalIndex
* @param int|null $hrDeviceIndex
* @return static
*/
public static function discover(
Expand Down

0 comments on commit 75b74b8

Please sign in to comment.