summaryrefslogtreecommitdiff
path: root/src/Controllers/Metrics/MetricsEngine.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Controllers/Metrics/MetricsEngine.php')
-rw-r--r--src/Controllers/Metrics/MetricsEngine.php6
1 files changed, 4 insertions, 2 deletions
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)
+ {
+ }
}