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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-23 06:17:00 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-23 06:17:00 +0300
commit97c1cc7f27aea43b3785ab6335e48bf41ae043b7 (patch)
treedf04f81aec4afe02a7e635c33842a0d4c5249dda /plugins/ExampleSettingsPlugin
parent2aed127e94ae5525c944f8455db469774e713195 (diff)
Making the formatting of template files consistent with Piwik's styleguide and PSR-2
Diffstat (limited to 'plugins/ExampleSettingsPlugin')
-rw-r--r--plugins/ExampleSettingsPlugin/Settings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ExampleSettingsPlugin/Settings.php b/plugins/ExampleSettingsPlugin/Settings.php
index 7529407b3f..1b110d2871 100644
--- a/plugins/ExampleSettingsPlugin/Settings.php
+++ b/plugins/ExampleSettingsPlugin/Settings.php
@@ -4,8 +4,8 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- *
*/
+
namespace Piwik\Plugins\ExampleSettingsPlugin;
use Piwik\Settings\SystemSetting;
@@ -18,7 +18,6 @@ use Piwik\Settings\UserSetting;
* $settings = new Settings('ExampleSettingsPlugin');
* $settings->autoRefresh->getValue();
* $settings->metric->getValue();
- *
*/
class Settings extends \Piwik\Plugin\Settings
{