Skip to content
Extraits de code Groupes Projets
Valider ab82d4f8 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

set Dimension::getId as final

parent d0c93e6f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
This is a changelog for Piwik platform developers. All changes for our HTTP API's, Plugins, Themes, etc will be listed here. This is a changelog for Piwik platform developers. All changes for our HTTP API's, Plugins, Themes, etc will be listed here.
## Piwik 2.15.0
### Breaking Changes
* We marked the method `Dimension::getId()` as final.
## Piwik 2.14.0 ## Piwik 2.14.0
### Breaking Changes ### Breaking Changes
......
...@@ -149,7 +149,7 @@ abstract class Dimension ...@@ -149,7 +149,7 @@ abstract class Dimension
* This would only happen if the dimension is located in the wrong directory. * This would only happen if the dimension is located in the wrong directory.
* @api * @api
*/ */
public function getId() final public function getId()
{ {
$className = get_class($this); $className = get_class($this);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter