Documentation: PHP Warning using 7.3

Created on 13 Mar 2020  路  3Comments  路  Source: Islandora/documentation

Getting this nagging warning on ISLE for Islandora 8. We're using PHP 7.3 and are getting this:

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/html/web/modules/contrib/islandora/src/EventSubscriber/LinkHeaderSubscriber.php on line 286

All 3 comments

I think we discussed this before, but for reference. https://wiki.php.net/rfc/continue_on_switch_deprecation

It's eerily similar to another 7.3 warning I fixed recently.

Wait what will happen with 7.4 ;-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jonathangreen picture jonathangreen  路  3Comments

acoburn picture acoburn  路  5Comments

dannylamb picture dannylamb  路  4Comments

ruebot picture ruebot  路  4Comments

Natkeeran picture Natkeeran  路  3Comments