- Edited
The problem is that only "Cannot format code with syntax errors" is displayed as a pop-up (HTML & PHP mixed) when I try to format the complete code. There is no indication of a problem with the code, only this error message when the code is to be formatted. Unfortunately, there is also no indication of the line number, so that this could be checked.
Of course, a quick fix for the problem would be great, but in order to work with it at all without having to go through it line by line, the indication of the line number with this message would already be very helpful.
Most of the time, one of the triggers is the following code, which was formatted using PHP Devsense (of course according to my settings):
<a class="btn btn-danger mr-2 mr-md-4" href="index.php?page=users-delete&submenu=<?php echo $_GET['submenu']; ?>&id=<?php echo $Users['user_id'];
echo (isset($langlink) and $langlink) ? '&'.$langlink : NULL;
echo (isset($admin_site) and $admin_site) ? '&'.$admin_site : NULL; ?>"
role="button"><?php echo translate_text('Löschen') ?></a>