Migrate email editor Validator to WP Coding Standard

[MAILPOET-6240]
This commit is contained in:
Jan Lysý
2024-11-01 21:11:11 +01:00
committed by Jan Lysý
parent fc7e06730b
commit ef8f122bb7
16 changed files with 641 additions and 219 deletions

View File

@ -41,6 +41,6 @@ class Email_Api_Controller {
* @return array
*/
public function get_email_data_schema(): array {
return Builder::object()->toArray();
return Builder::object()->to_array();
}
}