Completed
Push — master ( 2e8b61...fce84e )
by Andrii
04:18
created
src/components/SettingsStorage.php 2 patches
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,6 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @inheritdoc
36
+     * @param string $key
36 37
      */
37 38
     public function setBounded($key, $value)
38 39
     {
@@ -58,6 +59,7 @@  discard block
 block discarded – undo
58 59
 
59 60
     /**
60 61
      * @inheritdoc
62
+     * @param string $key
61 63
      */
62 64
     public function getBounded($key)
63 65
     {
@@ -71,8 +73,7 @@  discard block
 block discarded – undo
71 73
 
72 74
     /**
73 75
      * Performs request to the API
74
-     * @param string $key
75
-     * @param array $value
76
+     * @param string $action
76 77
      * @return array
77 78
      */
78 79
     private function perform($action, $data)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use hipanel\modules\client\models\Client;
6 6
 use yii\base\Application;
7 7
 use yii\base\Component;
8
-use yii\di\Instance;
9 8
 
10 9
 class SettingsStorage extends Component implements SettingsStorageInterface
11 10
 {
Please login to merge, or discard this patch.