diff --git a/tests/Extension/Types/ObjTypeTest.php b/tests/Extension/Types/ObjTypeTest.php index 0cab73519..cf3539fdf 100644 --- a/tests/Extension/Types/ObjTypeTest.php +++ b/tests/Extension/Types/ObjTypeTest.php @@ -25,5 +25,6 @@ public function testIntFalse(): void $this->assertNull($class->nullableObjectReturnNull()); $this->assertInstanceOf(stdClass::class, $class->nullableObjectReturnObj()); + $this->assertInstanceOf(stdClass::class, $class->objectReturn()); } }