Skip to content

Commit 59050e8

Browse files
committed
Fix linting.
1 parent 304f653 commit 59050e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Request/Request.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ class Request implements
7676

7777
public const EVCS_SITE_RESPONSE = 'evcs_site';
7878

79-
public const EVCS_SITE_EXCEPTION_MESSAGE = 'This is a site with an external version control system so this is not supported.';
79+
public const EVCS_SITE_EXCEPTION_MESSAGE =
80+
'This is a site with an external version control system so this is not supported.';
8081

8182
public const STA_SITE_RESPONSE = 'sta_site';
8283

0 commit comments

Comments
 (0)