Completed
Push — master ( 1d95ec...eb6b30 )
by Vojta
02:03
created
reportwidgets/AccessLogChartLine.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -37,24 +37,24 @@
 block discarded – undo
37 37
         return $this->makePartial('widget');
38 38
     }
39 39
 
40
-	public function defineProperties()
41
-	{
42
-		return [
43
-			'title' => [
40
+    public function defineProperties()
41
+    {
42
+        return [
43
+            'title' => [
44 44
                 'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartline.title',
45 45
                 'default' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartline.title_default',
46
-				'type' => 'string',
47
-				'validationPattern' => '^.+$',
48
-				'validationMessage' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartline.title_validation',
49
-			],
46
+                'type' => 'string',
47
+                'validationPattern' => '^.+$',
48
+                'validationMessage' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartline.title_validation',
49
+            ],
50 50
             'days' => [
51 51
                 'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartline.days_title',
52 52
                 'default' => '30',
53 53
                 'type' => 'string',
54 54
                 'validationPattern' => '^[0-9]+$',
55 55
             ]
56
-		];
57
-	}
56
+        ];
57
+    }
58 58
 
59 59
     protected function loadData()
60 60
     {
Please login to merge, or discard this patch.