Skip to content

Commit

Permalink
Re-added return void in phpdoc for startup/seo_url
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Dec 24, 2023
1 parent ccd0a3c commit b39cef0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion upload/catalog/controller/startup/seo_url.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
* @package Catalog\Controller\Startup
*/
class ControllerStartupSeoUrl extends Controller {
public function index() {
/**
* @return void
*/
public function index(): void {
// Add rewrite to url class
if ($this->config->get('config_seo_url')) {
$this->url->addRewrite($this);
Expand Down

0 comments on commit b39cef0

Please sign in to comment.