summaryrefslogtreecommitdiff
path: root/src/Metrics.php
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2019-10-10 10:36:11 +0300
committerGitHub <[email protected]>2019-10-10 10:36:11 +0300
commit8a840c40828c1fb31c69fc846a85738ddef0a7c7 (patch)
tree39844e383c16163c8f3cfdc92c06354353069dfd /src/Metrics.php
parent98940ef86c39217b8bdf61e06b8883024334c45c (diff)
parent46783061ceddee1fe8dd4f9aa9e71a2e6a293e7f (diff)
Merge pull request #191 from ScullWM/master_phpcsfix
Php cs fixer
Diffstat (limited to 'src/Metrics.php')
-rw-r--r--src/Metrics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Metrics.php b/src/Metrics.php
index c17b96eb..d204a585 100644
--- a/src/Metrics.php
+++ b/src/Metrics.php
@@ -100,4 +100,4 @@ final class Metrics implements MetricsInterface
throw new MetricException($e->getMessage(), $e->getCode(), $e);
}
}
-} \ No newline at end of file
+}