Passed
Push — master ( 1cbff4...e83acc )
by
02:22
created
Manager/CachedManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @param $section
47
-     * @param $key
46
+     * @param string $section
47
+     * @param string $key
48 48
      * @param string|null $owner
49 49
      *
50 50
      * @return string
Please login to merge, or discard this patch.
Manager/SettingManager.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * @param string $owner
78 78
      *
79
-     * @return mixed|null
79
+     * @return Collection
80 80
      */
81 81
     private function getUserSettings(string $owner)
82 82
     {
@@ -119,8 +119,8 @@  discard block
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @param $section
123
-     * @param $key
122
+     * @param string $section
123
+     * @param string $key
124 124
      * @param string|null $owner
125 125
      *
126 126
      * @return SettingInterface|null
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @param $section
138
+     * @param string $section
139 139
      * @param string|null $owner
140 140
      */
141 141
     private function assertSectionScope($section, ?string $owner)
Please login to merge, or discard this patch.