Skip to content

Commit fb4652d

Browse files
GromNaNjmikola
andauthored
Update tests/Model/IndexInputTest.php
Co-authored-by: Jeremy Mikola <jmikola@gmail.com>
1 parent ba3da25 commit fb4652d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Model/IndexInputTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testConstructorShouldRequireNameToBeString(): void
4646
* @dataProvider provideExpectedNameAndKey
4747
* @param array|object $key
4848
*/
49-
public function testNameGeneration($expectedName, $key): void
49+
public function testNameGeneration(string $expectedName, $key): void
5050
{
5151
$this->assertSame($expectedName, (string) new IndexInput(['key' => $key]));
5252
}

0 commit comments

Comments
 (0)