Completed
Pull Request — master (#21)
by Sarah
01:28
created
widgets/DiscordappFrame.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('discordapp')->getServerUrl() . '/widget?id=';
24 24
         return $this->render('discordappframe', ['discordappUrl' => $url]);
Please login to merge, or discard this patch.
messages/ja/base.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2
-	return [
3
-		'<strong>Discord</strong> Chat' => '<strong>Discord</strong> チャット',
4
-		'Discord Settings' => 'Discord 設定',
5
-		'Discord Widget URL:' => 'Discord ウィジェットURL:',
6
-		'<strong>Discord</strong> module configuration' => '<strong>Discord</strong> モジュール構成',
7
-		'Save' => 'セーブ',
8
-	];
2
+    return [
3
+        '<strong>Discord</strong> Chat' => '<strong>Discord</strong> チャット',
4
+        'Discord Settings' => 'Discord 設定',
5
+        'Discord Widget URL:' => 'Discord ウィジェットURL:',
6
+        '<strong>Discord</strong> module configuration' => '<strong>Discord</strong> モジュール構成',
7
+        'Save' => 'セーブ',
8
+    ];
Please login to merge, or discard this patch.
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.