File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ public function statusCodes(): array
2828
2929 /**
3030 * @dataProvider statusCodes
31- * @param int $status
3231 */
3332 public function testStatusIsUsedVerbatim (int $ status )
3433 {
@@ -133,7 +132,6 @@ public function knownStatusCodes(): array
133132
134133 /**
135134 * @dataProvider knownStatusCodes
136- * @param int $status
137135 */
138136 public function testKnownStatusResultsInKnownTitle (int $ status )
139137 {
@@ -249,7 +247,6 @@ public function invalidStatusCodes(): array
249247 /**
250248 * @dataProvider invalidStatusCodes
251249 * @group api-tools-118
252- * @param int $code
253250 */
254251 public function testInvalidHttpStatusCodesAreCastTo500 (int $ code )
255252 {
Original file line number Diff line number Diff line change 1010use Laminas \Mvc \MvcEvent ;
1111use Laminas \Mvc \SendResponseListener ;
1212use Laminas \ServiceManager \ServiceLocatorInterface ;
13- use PHPUnit \Framework \MockObject \MockObject ;
1413use PHPUnit \Framework \TestCase ;
1514use ReflectionClass ;
1615
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public function invalidStatusCodes(): array
9191
9292 /**
9393 * @dataProvider invalidStatusCodes
94- * @param int $status
9594 */
9695 public function testUsesStatusCode500ForAnyStatusCodesAbove599OrBelow100 (int $ status )
9796 {
You can’t perform that action at this time.
0 commit comments