• Resolved Yojance Rabelo

    (@yojance)


    Hello Thomas.

    Is your plugin fully compatible with PHP 8? I’m trying to run the PHPCompatibily ruleset from PHP Code Sniffer and it keeps failing on integration\whichbrowser\data\models-android.php and I can’t get a report on any possible PHP 8 errors.

    My guess is that the file is too large and it is not getting processed.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Thomas Geiger

    (@duracelltomi)

    Hi,

    This file is part of the bundled lib WhichBrowser.

    Have you tried using this?

    <exclude-pattern>*/integration/whichbrowser/*</exclude-pattern>

    By far I haven’t seen any issues on PHP8 but if you find something, please let me know!

    Thread Starter Yojance Rabelo

    (@yojance)

    Thank you! I will try running the compatibility check again and exclude that file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 8 Compatibility.’ is closed to new replies.