Completed
Push — dev ( fc9797...66da8b )
by Zach
03:11
created
src/Settings/Settings.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      *
190 190
      * @param string $key
191 191
      *
192
-     * @return Collection
192
+     * @return \Illuminate\Support\Collection|null
193 193
      */
194 194
     public function getAllowed($key)
195 195
     {
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
     /**
214 214
      * Get all saved settings. Default values are not included in this output.
215 215
      *
216
-     * @return Collection
216
+     * @return \Illuminate\Support\Collection
217 217
      */
218 218
     public function allSaved()
219 219
     {
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
      * @param string $key
358 358
      * @param mixed  $value
359 359
      *
360
-     * @return bool
360
+     * @return boolean|null
361 361
      */
362 362
     protected function deleteRecord($key, $value)
363 363
     {
Please login to merge, or discard this patch.