Skip to content

Commit 47f5f2e

Browse files
committed
Make StyleCI a little bit happier
1 parent 3428abc commit 47f5f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ protected static function _createWebspace()
6060
[
6161
'name' => "test{$id}.test",
6262
'ip_address' => static::_getIpAddress(),
63-
], [
63+
],
64+
[
6465
'ftp_login' => "u{$id}",
6566
'ftp_password' => PasswordProvider::STRONG_PASSWORD,
6667
]

0 commit comments

Comments
 (0)