Completed
Push — master ( 3fda55...51e253 )
by Andrii
04:23
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.
src/models/Ref.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -45,6 +45,10 @@
 block discarded – undo
45 45
         return $result;
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $name
50
+     * @param string $translate
51
+     */
48 52
     public static function findCached($name, $translate = null, $options = [])
49 53
     {
50 54
         if ($translate === null) {
Please login to merge, or discard this patch.