Completed
Push — master ( f46c8d...8226af )
by
unknown
02:38 queued 01:25
created
models/ConfigureForm.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 /**
8 8
  * ConfigureForm defines the configurable fields.
9
-
10 9
  */
11 10
 class ConfigureForm extends \yii\base\Model
12 11
 {
Please login to merge, or discard this patch.
messages/en-US/base.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-	return [
4
-		'<strong>Twitch</strong> Chat' => '<strong>Twitch</strong> Chat',
5
-		'Discord Settings' => 'Twitch Settings',
6
-		'Twitch URL:' => 'Twitch URL:',
7
-		'<strong>Twitch</strong> module configuration' => '<strong>Twitch</strong> module configuration',
8
-		'Save' => 'Save',
9
-	];
3
+    return [
4
+        '<strong>Twitch</strong> Chat' => '<strong>Twitch</strong> Chat',
5
+        'Discord Settings' => 'Twitch Settings',
6
+        'Twitch URL:' => 'Twitch URL:',
7
+        '<strong>Twitch</strong> module configuration' => '<strong>Twitch</strong> module configuration',
8
+        'Save' => 'Save',
9
+    ];
Please login to merge, or discard this patch.
widgets/TwitchtvFrame.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * @inheritdoc
20 20
      */
21
-   public function run()
21
+    public function run()
22 22
     {
23 23
         $url = Yii::$app->getModule('twitchtv')->getServerUrl() . '/embed/';
24 24
         return $this->render('twitchtvframe', ['twitchtvUrl' => $url]);
Please login to merge, or discard this patch.