Skip to content
Snippets Groups Projects
Unverified Commit dfc402b7 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Suppress PossiblyNullArgument

parent 8090cf9e
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ class File extends \SimpleSAML\Stats\Output
}
$line = $timestamp.' '.json_encode($data)."\n";
/** @psalm-suppress PossiblyNullArgument */
fwrite($this->file, $line);
}
}
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