Completed
Push — master ( a1fa91...74d0b4 )
by Vojta
02:08
created
reportwidgets/AccessLogChartLineAggregated.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -38,24 +38,24 @@
 block discarded – undo
38 38
      *
39 39
      * @return array
40 40
      */
41
-	public function defineProperties()
42
-	{
43
-		return [
44
-			'title' => [
45
-				'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title',
46
-				'default' => 'Access statistics in time',
47
-				'type' => 'string',
48
-				'validationPattern' => '^.+$',
49
-				'validationMessage' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title_validation',
50
-			],
41
+    public function defineProperties()
42
+    {
43
+        return [
44
+            'title' => [
45
+                'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title',
46
+                'default' => 'Access statistics in time',
47
+                'type' => 'string',
48
+                'validationPattern' => '^.+$',
49
+                'validationMessage' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title_validation',
50
+            ],
51 51
             'days' => [
52 52
                 'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.days_title',
53 53
                 'default' => '30',
54 54
                 'type' => 'string',
55 55
                 'validationPattern' => '^[0-9]+$',
56 56
             ]
57
-		];
58
-	}
57
+        ];
58
+    }
59 59
 
60 60
     protected function loadData()
61 61
     {
Please login to merge, or discard this patch.