Passed
Push — master ( 373494...ddf99c )
by Marcel
29:23 queued 13s
created
config/expose.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
         |
187 187
         */
188 188
         'database' => implode(DIRECTORY_SEPARATOR, [
189
-            $_SERVER['HOME'] ?? __DIR__,
189
+            $_SERVER[ 'HOME' ] ?? __DIR__,
190 190
             '.expose',
191 191
             'expose.db',
192 192
         ]),
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
         | on your expose server.
286 286
         |
287 287
         */
288
-        'reserved_subdomains' => [],
288
+        'reserved_subdomains' => [ ],
289 289
 
290 290
         /*
291 291
         |--------------------------------------------------------------------------
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
         |
339 339
         */
340 340
         'messages' => [
341
-            'resolve_connection_message' => function ($connectionInfo, $user) {
341
+            'resolve_connection_message' => function($connectionInfo, $user) {
342 342
                 return config('expose.admin.messages.message_of_the_day');
343 343
             },
344 344
 
Please login to merge, or discard this patch.