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/ExampleReport
parent2aed127e94ae5525c944f8455db469774e713195 (diff)
Making the formatting of template files consistent with Piwik's styleguide and PSR-2
Diffstat (limited to 'plugins/ExampleReport')
-rw-r--r--plugins/ExampleReport/Reports/GetExampleReport.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleReport/Reports/GetExampleReport.php b/plugins/ExampleReport/Reports/GetExampleReport.php
index 408ba9a23d..42af54d04a 100644
--- a/plugins/ExampleReport/Reports/GetExampleReport.php
+++ b/plugins/ExampleReport/Reports/GetExampleReport.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\ExampleReport\Reports;
use Piwik\Piwik;
@@ -84,7 +84,7 @@ class GetExampleReport extends Base
*/
public function getRelatedReports()
{
- return array(); // eg return array(new XyzReport());
+ return array(); // eg return array(new XyzReport());
}
/**