Completed
Push — master ( 007cc0...49f0f0 )
by Leandro
14:24 queued 13:17
created
src/Settings.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Whether the configuration exists in the database
49 49
      * @param string $name configuration name
50
-     * @param integer $tenantId The tenant id value
51 50
      * @return bool
52 51
      */
53 52
     protected function exists($name)
@@ -108,7 +107,6 @@  discard block
 block discarded – undo
108 107
 
109 108
     /**
110 109
      * Retrieves all configurations stored in database
111
-     * @param integer $tenantId
112 110
      * @return array
113 111
      */
114 112
     public function all()
@@ -141,7 +139,6 @@  discard block
 block discarded – undo
141 139
     /**
142 140
      * Deletes specified configurations (or all if none specified) from the parameters table
143 141
      * @param array|string $names
144
-     * @param integer $tenantId
145 142
      */
146 143
     public function delete($names = [])
147 144
     {
Please login to merge, or discard this patch.