Completed
Push — master ( 58edee...010d48 )
by Zach
10s
created
src/Settings/Settings.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
      * @param string $key
322 322
      * @param mixed  $value
323 323
      *
324
-     * @return LaravelPropertyBag\Settings\PropertyBag
324
+     * @return Model
325 325
      */
326 326
     protected function createRecord($key, $value)
327 327
     {
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
      *
370 370
      * @param string $key
371 371
      *
372
-     * @return bool
372
+     * @return boolean|null
373 373
      */
374 374
     protected function deleteRecord($key)
375 375
     {
Please login to merge, or discard this patch.
src/Settings/HasSettings.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -110,10 +110,10 @@
 block discarded – undo
110 110
     }
111 111
 
112 112
         /**
113
-     * Set all allowed settings by Request.
114
-     *
115
-     * @return LaravelPropertyBag\Settings\Settings
116
-     */
113
+         * Set all allowed settings by Request.
114
+         *
115
+         * @return LaravelPropertyBag\Settings\Settings
116
+         */
117 117
     public function setSettingsByRequest()
118 118
     {
119 119
         $allAllowedSettings = array_keys($this->allSettings()->toArray());
Please login to merge, or discard this patch.