Skip to content

Commit

Permalink
Apply fixes from StyleCI (#8)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
nicko170 authored Aug 5, 2022
1 parent 2ff3f86 commit 8d0e746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions example.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Nicko170\PhpSnmp\SNMP;


$snmp = new SNMP(host: '10.2.1.1', community: getenv('SNMP_COMMUNITY'));

dump($snmp->iface()->stats(1001));
dump($snmp->iface()->stats(1001));
1 change: 0 additions & 1 deletion src/Models/Iface.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,4 @@ public function outErrors(?int $outErrors): self

return $this;
}

}

0 comments on commit 8d0e746

Please sign in to comment.