Skip to content

Commit be5e6b7

Browse files
committed
fixed CS
1 parent 5372f34 commit be5e6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SecurityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getUserTests()
6464

6565
yield ['string_username', null];
6666

67-
//yield array(new StringishUser(), null); // 5.0 behavior
67+
//yield [new StringishUser(), null]; // 5.0 behavior
6868

6969
$user = new User('nice_user', 'foo');
7070
yield [$user, $user];

0 commit comments

Comments
 (0)