File tree 2 files changed +6
-2
lines changed
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
26
26
27
27
/**
28
28
* @dataProvider jsonValuesProviderWithoutString
29
+ *
30
+ * @param mixed $input
29
31
*/
30
- public function testCreateWithoutStringThrowsException (mixed $ input ): void
32
+ public function testCreateWithoutStringThrowsException ($ input ): void
31
33
{
32
34
$ this ->expectException (InputException::class);
33
35
$ this ->expectExceptionMessage (
Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ public function testGetAsObjectFromStringReturnsObject(): void
26
26
27
27
/**
28
28
* @dataProvider jsonValuesProviderWithoutString
29
+ *
30
+ * @param mixed $input
29
31
*/
30
- public function testCreateWithoutStringThrowsException (mixed $ input ): void
32
+ public function testCreateWithoutStringThrowsException ($ input ): void
31
33
{
32
34
$ this ->expectException (InputException::class);
33
35
$ this ->expectExceptionMessage (
You can’t perform that action at this time.
0 commit comments