Completed
Push — master ( 3a0c9c...9f512c )
by Jeff
08:43
created
models/types/Weather.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@
 block discarded – undo
44 44
      */
45 45
 
46 46
     /**
47
-    * {@inheritdoc}
48
-    */
47
+     * {@inheritdoc}
48
+     */
49 49
     public function __construct($config = [])
50 50
     {
51 51
         parent::__construct($config);
Please login to merge, or discard this patch.
models/types/Agenda.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use app\models\Content;
7
-use yii\helpers\Url;
8 7
 
9 8
 /**
10 9
  * This is the model class for Weather content type.
Please login to merge, or discard this patch.