What's wrong with this code? I simplified the code as much as possible, but there is still an error
<?php
function createContact($arFields) {
$newContactId = 0;
return $newContactId;
}
Error shows VSCode and Local server PHP VSCode
What's wrong with this code? I simplified the code as much as possible, but there is still an error
<?php
function createContact($arFields) {
$newContactId = 0;
return $newContactId;
}
Error shows VSCode and Local server PHP VSCode