Completed
Push — master ( 72d397...5e2abd )
by Leandro
01:25
created
src/Settings.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * Whether the configuration exists in the database
43 43
      * @param string $name configuration name
44
-     * @param integer $tenantId The tenant id value
45 44
      * @return bool
46 45
      */
47 46
     protected function exists($name)
@@ -102,7 +101,6 @@  discard block
 block discarded – undo
102 101
 
103 102
     /**
104 103
      * Retrieves all configurations stored in database
105
-     * @param integer $tenantId
106 104
      * @return array
107 105
      */
108 106
     public function all()
@@ -135,7 +133,6 @@  discard block
 block discarded – undo
135 133
     /**
136 134
      * Deletes specified configurations (or all if none specified) from the parameters table
137 135
      * @param array|string $names
138
-     * @param integer $tenantId
139 136
      */
140 137
     public function remove($names = [])
141 138
     {
@@ -182,7 +179,7 @@  discard block
 block discarded – undo
182 179
 
183 180
     /**
184 181
      * This method is called at the before execute db command
185
-     * @return yii\base\Event
182
+     * @return Event
186 183
      */
187 184
     protected function beforeExecute()
188 185
     {
Please login to merge, or discard this patch.