Skip to content

Commit 0287287

Browse files
CS fix
1 parent 4112393 commit 0287287

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

Authentication/Token/NullToken.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public function __unserialize(array $data): void
115115
* @return string
116116
*
117117
* @internal in 5.3
118+
*
118119
* @final in 5.3
119120
*/
120121
public function serialize()
@@ -126,6 +127,7 @@ public function serialize()
126127
* @return void
127128
*
128129
* @internal in 5.3
130+
*
129131
* @final in 5.3
130132
*/
131133
public function unserialize($serialized)

Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
/**
2929
* @requires extension ldap
30+
*
3031
* @group legacy
3132
*/
3233
class LdapBindAuthenticationProviderTest extends TestCase

Tests/Authorization/ExpressionLanguageTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public static function provider()
7575

7676
/**
7777
* @dataProvider legacyProvider
78+
*
7879
* @group legacy
7980
*/
8081
public function testLegacyIsAuthenticated($token, $expression, $result)

Tests/Authorization/Voter/AuthenticatedVoterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public static function getVoteTests()
5555

5656
/**
5757
* @group legacy
58+
*
5859
* @dataProvider getLegacyVoteTests
5960
*/
6061
public function testLegacyVote($authenticated, $attributes, $expected)

Tests/Encoder/NativePasswordEncoderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
/**
1818
* @author Elnur Abdurrakhimov <elnur@elnur.pro>
19+
*
1920
* @group legacy
2021
*/
2122
class NativePasswordEncoderTest extends TestCase

0 commit comments

Comments
 (0)