Passed
Push — master ( 29b491...5f920d )
by Andreas
03:15
created
src/Utils/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 use \Ottosmops\Settings\Setting;
4 4
 
5
-if (! function_exists('setting')) {
5
+if (!function_exists('setting')) {
6 6
     function setting($key, $default = null)
7 7
     {
8 8
         return Setting::getValue($key, $default);
9 9
     }
10 10
 }
11 11
 
12
-if (! function_exists('settingAsString')) {
12
+if (!function_exists('settingAsString')) {
13 13
     function settingAsString($key, $default = null)
14 14
     {
15 15
         return Setting::getValueAsString($key, $default);
Please login to merge, or discard this patch.