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
We have the issue showing up when running PHP_CodeSniffer against PHP7.4 the plugin generates the following error:
FILE: content/plugins/webspellchecker/vendor/class.settings-api.php
-------------------------------------------------------------------------------------------------------------------
FOUND0ERRORSAND1WARNINGAFFECTING1LINE
-------------------------------------------------------------------------------------------------------------------
108 | WARNING | Functioncreate_function() is deprecated since PHP7.2; Use an anonymous functioninstead
-------------------------------------------------------------------------------------------------------------------
We need to update deprecated PHP function, which we currently use in the WProofreader plugin for WordPress:
https://www.php.net/manual/en/function.create-function.php
The text was updated successfully, but these errors were encountered: