Answer the question
In order to leave comments, you need to log in
Is it mandatory to declare a variable type in PHP 8?
I am writing a plugin for WordPress in PHP 8, my PhpStorm IDE suggests substituting a variable type:
/**
* Sending email with order debug data to admin.
* @param string $email
* @param array $data
*/
function send_admin_email(string $email, array $data) {}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question