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:
Tony Murray
2022-06-13 01:57:21 -05:00
committed by GitHub
parent 3e547de951
commit 9f749ae778
10 changed files with 78 additions and 170 deletions

View File

@@ -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)
{