Anton Semenov

Results 6 issues of Anton Semenov

**Work on the template was suspended in the summer of 2018.**

From developer

- [ ] Admin panel - [ ] Module installation - [ ] Install the database tables with the prefix `mt_` - [ ] Removing a module - [ ]...

Release 1.0

### Summary This PR refactors the Docker setup by separating the monolithic PHP-Apache container into dedicated PHP-FPM and Apache services, following Docker containerization best practices. ### Key Changes This change...

Hi @danielkerr, Could you please explain how cron jobs are meant to be handled in the master branch now? I see that the cron.php entry point was removed in this...

### Undefined variable $price_status in API cart controller PHPStan reports undefined variable `$price_status` in [`catalog/controller/api/cart.php`](https://github.com/opencart/opencart/blob/master/upload/catalog/controller/api/cart.php#L289C80-L289C93) line 289. The variable `$price_status` is used but never defined in the API controller, while...

### Description PHPStan reports several `property.onlyWritten` errors for private properties in library classes that are written in constructors but never read in the class itself. ### Affected Files and Properties...