Skip to content

Commit fc8dcd8

Browse files
authored
Code style update for PHP CS Fixer 2.16 (#173)
1 parent 8e3355a commit fc8dcd8

35 files changed

+0
-111
lines changed

src/Fixer/SingleLineThrowFixer.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ public function fix(\SplFileInfo $file, Tokens $tokens): void
6767
}
6868
}
6969

70-
/**
71-
* @param Tokens $tokens
72-
* @param int $startIndex
73-
* @param int $endIndex
74-
*/
7570
private function trimNewLines(Tokens $tokens, int $startIndex, int $endIndex): void
7671
{
7772
for ($index = $startIndex; $index < $endIndex; $index++) {

tests/Fixer/CommentSurroundedBySpacesFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ public function testIsRisky(): void
2424
}
2525

2626
/**
27-
* @param string $expected
28-
* @param null|string $input
29-
*
3027
* @dataProvider provideFixCases
3128
*/
3229
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/DataProviderNameFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ public function testIsRisky(): void
2222
}
2323

2424
/**
25-
* @param string $expected
26-
* @param null|string $input
27-
*
2825
* @dataProvider provideFixCases
2926
*/
3027
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/DataProviderReturnTypeFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ public function testIsRisky(): void
2424
}
2525

2626
/**
27-
* @param string $expected
28-
* @param null|string $input
29-
*
3027
* @dataProvider provideFixCases
3128
*/
3229
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/ImplodeCallFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ public function testSuccessorName(): void
3131
}
3232

3333
/**
34-
* @param string $expected
35-
* @param null|string $input
36-
*
3734
* @dataProvider provideFixCases
3835
*/
3936
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/InternalClassCasingFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ public function testIsRisky(): void
2222
}
2323

2424
/**
25-
* @param string $expected
26-
* @param null|string $input
27-
*
2825
* @dataProvider provideFixCases
2926
*/
3027
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/MultilineCommentOpeningClosingAloneFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ public function testIsRisky(): void
2828
}
2929

3030
/**
31-
* @param string $expected
32-
* @param null|string $input
33-
*
3431
* @dataProvider provideFixCases
3532
*/
3633
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/NoCommentedOutCodeFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ public function testIsRisky(): void
2424
}
2525

2626
/**
27-
* @param string $expected
28-
* @param null|string $input
29-
*
3027
* @dataProvider provideFixCases
3128
*/
3229
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/NoDoctrineMigrationsGeneratedCommentFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ public function testIsRisky(): void
2222
}
2323

2424
/**
25-
* @param string $expected
26-
* @param null|string $input
27-
*
2825
* @dataProvider provideFixCases
2926
*/
3027
public function testFix(string $expected, ?string $input = null): void

tests/Fixer/NoDuplicatedImportsFixerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ public function testIsRisky(): void
2222
}
2323

2424
/**
25-
* @param string $expected
26-
* @param null|string $input
27-
*
2825
* @dataProvider provideFixCases
2926
*/
3027
public function testFix(string $expected, ?string $input = null): void

0 commit comments

Comments
 (0)