Skip to content

Commit 2ca5b0c

Browse files
committed
typo
1 parent 5544df9 commit 2ca5b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpPresentation/Tests/Reader/PowerPoint2007Test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ public function testLoadFile02(): void
628628
$arrayShape = (array) $oSlide1->getShapeCollection();
629629
self::assertCount(1, $arrayShape);
630630
// Slide 1 : Shape 1
631-
/** @var Gd $oShape */
631+
/** @var RichText $oShape */
632632
$oShape = $arrayShape[0];
633633
self::assertInstanceOf(RichText::class, $oShape);
634634
self::assertEquals('TextBox 8', $oShape->getName());

0 commit comments

Comments
 (0)