File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ public function testGetAsObjectFromStringReturnsObject(): void
2626
2727 /**
2828 * @dataProvider jsonValuesProviderWithoutString
29+ *
30+ * @param mixed $input
2931 */
30- public function testCreateWithoutStringThrowsException (mixed $ input ): void
32+ public function testCreateWithoutStringThrowsException ($ input ): void
3133 {
3234 $ this ->expectException (InputException::class);
3335 $ this ->expectExceptionMessage (
Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ public function testGetAsObjectFromStringReturnsObject(): void
2626
2727 /**
2828 * @dataProvider jsonValuesProviderWithoutString
29+ *
30+ * @param mixed $input
2931 */
30- public function testCreateWithoutStringThrowsException (mixed $ input ): void
32+ public function testCreateWithoutStringThrowsException ($ input ): void
3133 {
3234 $ this ->expectException (InputException::class);
3335 $ this ->expectExceptionMessage (
You can’t perform that action at this time.
0 commit comments