diff --git a/src/FreeDSx/Snmp/SnmpClient.php b/src/FreeDSx/Snmp/SnmpClient.php index 289bddd..e4a9f34 100644 --- a/src/FreeDSx/Snmp/SnmpClient.php +++ b/src/FreeDSx/Snmp/SnmpClient.php @@ -251,8 +251,8 @@ public function sendInform( * @return SnmpWalk */ public function walk( - string $startAt = null, - string $endAt = null + ?string $startAt = null, + ?string $endAt = null ): SnmpWalk { return new SnmpWalk( $this,