PHPOffice / PHPPresentation

A pure PHP library for reading and writing presentations documents
https://phpoffice.github.io/PHPPresentation
Other
1.31k stars 519 forks source link

fix: expected int but got float error in reading Powerpoint presenation #800

Closed john-muinde closed 4 weeks ago

john-muinde commented 6 months ago

fix of this error: PhpOffice\PhpPresentation\Shape\RichText\Paragraph::setSpacingBefore(): Argu ment #1 ($spacingBefore) must be of type int, float given, called in ...\vendor\phpoffice\phppresentation\src\PhpPresentation\Reader\Powe rPoint2007.php on line 1129 and defined in ...vendor\phpoffice\phppresentation\src\PhpPresentation\Shape\RichText\Paragraph.php:367
Stack trace:

0 ...\vendor\phpoffice

\phppresentation\src\PhpPresentation\Reader\PowerPoint2007.php(1129): PhpOffice\PhpPresentation\Shape\RichText\Par agraph->setSpacingBefore(7.48)

Progi1984 commented 4 weeks ago

Superseeds by #818