Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-10-02 08:36:18 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-02 08:36:18 +0400
commit588d71a8c5fa195d9906a82bbffacd94ba621a11 (patch)
tree67209fd782c04340509699ac70e040a078792785 /core/Profiler.php
parent75ff8482dd54bf2d211b42c1811a0042741278ae (diff)
refs #4123 fix some phpstorm inspection warnings
Diffstat (limited to 'core/Profiler.php')
-rw-r--r--core/Profiler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Profiler.php b/core/Profiler.php
index 2422f5db25..b79bc068ce 100644
--- a/core/Profiler.php
+++ b/core/Profiler.php
@@ -47,7 +47,7 @@ class Profiler
/**
* Outputs SQL Profiling reports from Zend
*
- * @throws Exception
+ * @throws \Exception
*/
public static function displayDbProfileReport()
{