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 03c733d commit 2c9a2a9Copy full SHA for 2c9a2a9
tests/TypeArrayTest.php
@@ -225,7 +225,7 @@ public function testIterable(): void
225
$this->assertEquals('bar', $retVals[0]);
226
$this->assertEquals(1, $retVals[1]);
227
$this->assertEquals(false, $retVals[2]);
228
- $this->assertIsArray($retVals[3]);
+ $this->assertInstanceOf(TypeArray::class, $retVals[3]);
229
}
230
231
protected function createTypeArray(): TypeArray
0 commit comments