mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Larastan (#14031)
* Update Larastan * fix as many as I can * update baseline for the remaining * fix style * Update Log::event phpdoc
This commit is contained in:
@@ -37,7 +37,7 @@ class LogManager extends \Illuminate\Log\LogManager
|
||||
* @param \App\Models\Device|int $device device array or device_id
|
||||
* @param string $type brief category for this event. Examples: sensor, state, stp, system, temperature, interface
|
||||
* @param int $severity 1: ok, 2: info, 3: notice, 4: warning, 5: critical, 0: unknown
|
||||
* @param int $reference the id of the referenced entity. Supported types: interface
|
||||
* @param int|string|null $reference the id of the referenced entity. Supported types: interface, bgpPeer
|
||||
*/
|
||||
public function event($text, $device = null, $type = null, $severity = Alert::INFO, $reference = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user