I think you are being unkind to the community. I use the JED Checker to look for problems in my extensions even though I do not publish extensions in the JED.
May I suggest you try out VSCode? It is free and takes a few minutes to install and a little longer to learn.
The Joomla coding standard was changed a while back so Joomla code should now comply with PSR12. The _JEXEC statement should look like this:
May I suggest you try out VSCode? It is free and takes a few minutes to install and a little longer to learn.
The Joomla coding standard was changed a while back so Joomla code should now comply with PSR12. The _JEXEC statement should look like this:
Code:
// phpcs:disable PSR1.Files.SideEffects\defined('_JEXEC') or die;// phpcs:enable PSR1.Files.SideEffects
Statistics: Posted by ceford — Sat Jan 04, 2025 6:30 pm