Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

PHP 7.3 support #22

Open
kappaj opened this issue Mar 14, 2019 · 0 comments
Open

PHP 7.3 support #22

kappaj opened this issue Mar 14, 2019 · 0 comments

Comments

@kappaj
Copy link

kappaj commented Mar 14, 2019

I got an error when using this bundle with PHP 7.3:

An exception has been thrown during the rendering of a template ("Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?").

The exception is caused from:

in \vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php (line 323)

I think it should be

continue 2;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant