We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5544df9 commit 2ca5b0cCopy full SHA for 2ca5b0c
tests/PhpPresentation/Tests/Reader/PowerPoint2007Test.php
@@ -628,7 +628,7 @@ public function testLoadFile02(): void
628
$arrayShape = (array) $oSlide1->getShapeCollection();
629
self::assertCount(1, $arrayShape);
630
// Slide 1 : Shape 1
631
- /** @var Gd $oShape */
+ /** @var RichText $oShape */
632
$oShape = $arrayShape[0];
633
self::assertInstanceOf(RichText::class, $oShape);
634
self::assertEquals('TextBox 8', $oShape->getName());
0 commit comments