Completed
Push — master ( 5b8bc2...b011b0 )
by Tõnis
02:00
created
src/models/BaseSurvey.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function rules()
25 25
     {
26 26
         return [
27
-             [['name'], 'string', 'max' => 254],
27
+                [['name'], 'string', 'max' => 254],
28 28
         ];
29 29
     }
30 30
 
Please login to merge, or discard this patch.
src/DActiveRecord.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public static function primaryKey()
16 16
     {
17
-        return static::tableName() . "_id";
17
+        return static::tableName()."_id";
18 18
     }
19 19
 
20 20
 
Please login to merge, or discard this patch.