Skip to content
Snippets Groups Projects
Commit 8845aa3a authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix phpstan

parent 455ee962
No related branches found
No related tags found
No related merge requests found
Pipeline #13330 failed
......@@ -49,7 +49,6 @@ class RunAgent implements ShouldQueue
$trigger_label = $this->agent->config()->trigger_label;
$records = $this->server->lastRecords($trigger_label);
/** @var Sensor $agent */
$report = $this->agent->analyze($records, $this->server->info());
$report->time = time();
$report->server_id = $this->server->id;
......
......@@ -2,6 +2,8 @@
namespace App;
use Illuminate\Support\Collection;
/**
* Wrapper around a status code
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment