Completed
Push — master ( 6e4673...8c6df7 )
by Leandro
01:38
created
src/Settings.php 1 patch
Doc Comments   +1 added lines, -3 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()
@@ -191,7 +189,7 @@  discard block
 block discarded – undo
191 189
 
192 190
     /**
193 191
      * This method is called at the before execute db command
194
-     * @return yii\base\Event
192
+     * @return Event
195 193
      */
196 194
     protected function beforeExecute()
197 195
     {
Please login to merge, or discard this patch.