feat: add system time checker (#314) #206
code-style.yml
on: pull_request
cs
/
Check Style
9s
phpstan
/
Static Analyse
1m 27s
Annotations
4 errors and 2 warnings
cs / Check Style
Process completed with exit code 1.
|
phpstan / Static Analyse:
src/Components/Elasticsearch/ElasticsearchManager.php#L93
Access to deprecated property $transport of class OpenSearch\Client:
in 2.4.0 and will be removed in 3.0.0.
|
phpstan / Static Analyse:
src/Components/Elasticsearch/ElasticsearchManager.php#L95
Access to deprecated property $transport of class OpenSearch\Client:
in 2.4.0 and will be removed in 3.0.0.
|
phpstan / Static Analyse
Process completed with exit code 1.
|
cs / Check Style:
src/Components/Health/Checker/HealthChecker/SystemTimeChecker.php#L1
Found violation(s) of type: blank_line_after_opening_tag
|
cs / Check Style:
src/Components/Health/Checker/HealthChecker/SystemTimeChecker.php#L1
Found violation(s) of type: single_blank_line_at_eof
|