Skip to content

Commit 2b11310

Browse files
🚨 Fix tests
1 parent a8fe499 commit 2b11310

5 files changed

+2
-142
lines changed

SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.inc.fixed

Lines changed: 0 additions & 134 deletions
This file was deleted.

SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ protected function getErrorList(): array
2020
{
2121
return [
2222
5 => 1,
23-
10 => 2,
23+
10 => 1,
2424
43 => 1,
25-
48 => 2,
25+
48 => 1,
2626
76 => 2,
2727
83 => 1,
28-
93 => 1,
29-
102 => 1,
3028
125 => 1,
3129
];
3230
}

SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.inc.fixed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class VariableCommentUnitTest
122122
*
123123
*/
124124
public $emptyVarDoc = '';
125-
126125
/**
127126
* @var int
128127
*/

SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ protected function getErrorList(): array
2626
73 => 1,
2727
84 => 1,
2828
123 => 1,
29-
125 => 1,
3029
131 => 1,
3130
];
3231
}

SymfonyCustom/Tests/Namespaces/AlphabeticallySortedUseUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ protected function getErrorList(): array
2121
return [
2222
7 => 1,
2323
22 => 1,
24-
34 => 1,
25-
39 => 2,
2624
58 => 1,
2725
];
2826
}

0 commit comments

Comments
 (0)