We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3da25 commit fb4652dCopy full SHA for fb4652d
tests/Model/IndexInputTest.php
@@ -46,7 +46,7 @@ public function testConstructorShouldRequireNameToBeString(): void
46
* @dataProvider provideExpectedNameAndKey
47
* @param array|object $key
48
*/
49
- public function testNameGeneration($expectedName, $key): void
+ public function testNameGeneration(string $expectedName, $key): void
50
{
51
$this->assertSame($expectedName, (string) new IndexInput(['key' => $key]));
52
}
0 commit comments