Skip to content

Commit 44982a7

Browse files
authored
Apply fixes from StyleCI (tymondesigns#2217)
[ci skip] [skip ci]
1 parent 43611dd commit 44982a7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/BlacklistTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public function blacklist_provider()
200200

201201
/**
202202
* @test
203+
*
203204
* @dataProvider blacklist_provider
204205
*
205206
* @param mixed $result

tests/Http/ParserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ public function it_should_not_strip_trailing_hyphens_from_the_authorization_head
148148

149149
/**
150150
* @test
151+
*
151152
* @dataProvider whitespaceProvider
152153
*/
153154
public function it_should_handle_excess_whitespace_from_the_authorization_header($whitespace)

tests/Validators/TokenValidatorTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function it_should_return_true_when_providing_a_well_formed_token()
3737

3838
/**
3939
* @test
40+
*
4041
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderMalformedTokens
4142
*
4243
* @param string $token
@@ -48,6 +49,7 @@ public function it_should_return_false_when_providing_a_malformed_token($token)
4849

4950
/**
5051
* @test
52+
*
5153
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderMalformedTokens
5254
*/
5355
public function it_should_throw_an_exception_when_providing_a_malformed_token($token)
@@ -60,6 +62,7 @@ public function it_should_throw_an_exception_when_providing_a_malformed_token($t
6062

6163
/**
6264
* @test
65+
*
6366
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderTokensWithWrongSegmentsNumber
6467
*/
6568
public function it_should_return_false_when_providing_a_token_with_wrong_segments_number($token)
@@ -69,6 +72,7 @@ public function it_should_return_false_when_providing_a_token_with_wrong_segment
6972

7073
/**
7174
* @test
75+
*
7276
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderTokensWithWrongSegmentsNumber
7377
*/
7478
public function it_should_throw_an_exception_when_providing_a_malformed_token_with_wrong_segments_number($token)

0 commit comments

Comments
 (0)