seravo-plugin
seravo-plugin copied to clipboard
Replace exec usage with Compatibility::exec()
Describe the bug
Same case as with https://github.com/Seravo/seravo-plugin/issues/604.
The exec
return type has changed on PHP 8.0 and Compatibility::exec()
will take care of that. All usage of exec
should be replaced with Compatibility::exec()
and checked if the result is false
.