add type hints to PHP methods
This commit is contained in:
@ -28,7 +28,7 @@ require_once "{$_tests_dir}/includes/functions.php";
|
||||
/**
|
||||
* Manually load the plugin being tested.
|
||||
*/
|
||||
function _manually_load_plugin() {
|
||||
function _manually_load_plugin(): void {
|
||||
require dirname( dirname( __FILE__ ) ) . '/stklcode-liveticker.php';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user