Completed
Push — master ( 2ec124...4d15ad )
by Andrii
03:40
created
src/components/SettingsStorage.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -32,6 +32,7 @@  discard block
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @inheritdoc
35
+     * @param string $key
35 36
      */
36 37
     public function setBounded($key, $value)
37 38
     {
@@ -57,6 +58,7 @@  discard block
 block discarded – undo
57 58
 
58 59
     /**
59 60
      * @inheritdoc
61
+     * @param string $key
60 62
      */
61 63
     public function getBounded($key)
62 64
     {
Please login to merge, or discard this patch.