Skip to content

Commit dffc682

Browse files
committed
Fix styleci formatting.
1 parent 2d2c2e4 commit dffc682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/includes/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Define constants.
1212
*/
1313
if (! defined('VALET_HOME_PATH')) {
14-
define('VALET_HOME_PATH', $_SERVER['HOME'] . '/.config/valet');
14+
define('VALET_HOME_PATH', $_SERVER['HOME'].'/.config/valet');
1515
}
1616
if (! defined('VALET_STATIC_PREFIX')) {
1717
define('VALET_STATIC_PREFIX', '41c270e4-5535-4daa-b23e-c269744c2f45');

0 commit comments

Comments
 (0)