Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 30, 2023
1 parent 4dd7d84 commit 9f788d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The [Yii 2 PHP Framework](https://github.com/yiisoft/yii2) wrapper which provide

We have a made an absolut easy to understand *STEP-BY-STEP* Guide to install LUYA:

+ [How to install]([https://luya.io/guide/install](https://luya.io/guide/installation/))
+ [Video Tutorials]([https://luya.io/videos](https://www.youtube.com/@luyaio))
+ [How to install](https://luya.io/guide/installation/)
+ [Video Tutorials](https://www.youtube.com/@luyaio)

Other helpfull informations:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
"phpcsfixer": "vendor/bin/php-cs-fixer fix",
"rector": "vendor/bin/rector"
}
}
}
4 changes: 2 additions & 2 deletions core/console/commands/ImportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ public function actionIndex()
}

if (Yii::$app->hasModule('admin')) {
Config::set(Config::CONFIG_LAST_IMPORT_TIMESTAMP, time());
Config::set(Config::CONFIG_INSTALLER_VENDOR_TIMESTAMP, Yii::$app->packageInstaller->timestamp);
Config::set(Config::CONFIG_LAST_IMPORT_TIMESTAMP, time()); /** @phpstan-ignore-line */
Config::set(Config::CONFIG_INSTALLER_VENDOR_TIMESTAMP, Yii::$app->packageInstaller->timestamp); /** @phpstan-ignore-line */
Yii::$app->db->createCommand()->update('admin_user', ['force_reload' => 1])->execute();
}

Expand Down

0 comments on commit 9f788d4

Please sign in to comment.