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>2015-07-21 11:54:54 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-07-21 11:54:54 +0300
commitab82d4f8bee0dfce8dbd7a3c5c961bc76da10334 (patch)
treef52341c07a3d8bdd0db0aaf40d7fae781700ac43 /core/Columns
parentd0c93e6fa77bdcfdab2d3cb66301a5144fd3addd (diff)
set Dimension::getId as final
Diffstat (limited to 'core/Columns')
-rw-r--r--core/Columns/Dimension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Columns/Dimension.php b/core/Columns/Dimension.php
index 8da3822fa9..ace9558c8b 100644
--- a/core/Columns/Dimension.php
+++ b/core/Columns/Dimension.php
@@ -149,7 +149,7 @@ abstract class Dimension
* This would only happen if the dimension is located in the wrong directory.
* @api
*/
- public function getId()
+ final public function getId()
{
$className = get_class($this);