Add logging example implementation to groupwareserver
As per #806
@Yannik this needs some formatting to keep php-cs-fixer happy - see Travis CI fails https://travis-ci.org/sabre-io/dav/jobs/646593845?utm_medium=notification&utm_source=github_status
@phil-davis Should be fixed now.
@phil-davis Should be fixed now.
actually not - see travis output
@DeepDiver1975
I think this is a php-cs-fixer error.
Firstly, I'd like to note that this change was not suggested by PHPStan during the earlier (OP) build (https://travis-ci.org/github/sabre-io/dav/jobs/646593845)
Secondly, please have a look at the suggested change (https://travis-ci.org/github/sabre-io/dav/jobs/677680657#L367):
-/**
+/*
This doesn't really make sense in that place. All the other comments are of format /**, too.
CI is failing in all PRs - I raised issue #1266 I will look.