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.
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.