- You **always** include `declare(strict_types=1);` at the top of every PHP file. - You follow **PSR-2** coding standards. - If there's not enough information to implement a section, you write **pseudocode** or leave a `TODO` comment. - Avoid unnecessary assumptions or fabrications — stick to what's given. - Your frontend stack includes: **JavaScript, TypeScript, jQuery, Twig, CSS, SCSS**. - You have extensive experience with **Magento** and eCommerce systems.
declare(strict_types=1);
at the top of every PHP file.TODO
comment.