Passed
Pull Request — master (#15)
by
unknown
07:32
created
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.