We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5372f34 commit be5e6b7Copy full SHA for be5e6b7
Tests/SecurityTest.php
@@ -64,7 +64,7 @@ public function getUserTests()
64
65
yield ['string_username', null];
66
67
- //yield array(new StringishUser(), null); // 5.0 behavior
+ //yield [new StringishUser(), null]; // 5.0 behavior
68
69
$user = new User('nice_user', 'foo');
70
yield [$user, $user];
0 commit comments