PHPOffice / PHPPresentation

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

Fixed the issue of casts not getting the whole expression #827

Open noblica06 opened 1 month ago

noblica06 commented 1 month ago

Description

I changed some casts to get the whole expression and not just the first number as in some cases it was causing some issues as the functions that got those params expected int and got float.

Fixes #826

Checklist: