Completed
Branch master (009552)
by Robert
03:33
created
models/DuelShield.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
         ];
55 55
     }
56 56
 
57
+    /**
58
+     * @param integer $time
59
+     */
57 60
     public function activate($time)
58 61
     {
59 62
         $player = Yii::app()->player->model;
Please login to merge, or discard this patch.
models/Store.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -80,6 +80,10 @@
 block discarded – undo
80 80
 
81 81
         return $missing;
82 82
     }
83
+
84
+    /**
85
+     * @param integer $id
86
+     */
83 87
     public function buySetItem($id)
84 88
     {
85 89
         $player = Yii::app()->player->model;
Please login to merge, or discard this patch.
models/Help.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
         return $selected;
48 48
     }
49 49
 
50
+    /**
51
+     * @param string $topic
52
+     */
50 53
     public function setTopic($topic)
51 54
     {
52 55
         $this->topic = $topic;
Please login to merge, or discard this patch.