From 68afc74b03f83bb072944911c15af60433280ace Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 10 Nov 2019 23:26:23 +0100 Subject: Formatting to follow PSR-12 --- src/Controllers/Metrics/MetricsEngine.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Controllers/Metrics/MetricsEngine.php') diff --git a/src/Controllers/Metrics/MetricsEngine.php b/src/Controllers/Metrics/MetricsEngine.php index 21ae8fd0..8301e388 100644 --- a/src/Controllers/Metrics/MetricsEngine.php +++ b/src/Controllers/Metrics/MetricsEngine.php @@ -137,10 +137,12 @@ class MetricsEngine implements EngineInterface } /** - * Does nothing as shared data will onyly result in unexpected behaviour + * Does nothing as shared data will only result in unexpected behaviour * * @param string|mixed[] $key * @param mixed $value */ - public function share($key, $value = null) { } + public function share($key, $value = null) + { + } } -- cgit v1.2.3-70-g09d2