You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2024. It is now read-only.
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 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;