Skip to content

Commit

Permalink
Dev: Add another helper to Psalm bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 12, 2021
1 parent 5efe472 commit 7cd65a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpstan/phpstan_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
Yii::import('application.helpers.admin.export.*');
Yii::import('application.libraries.PluginManager.PluginManager', true);
Yii::import('application.libraries.MenuObjects.*', true);
Yii::import('application.helpers.update.update_helper', true);
Yii::app()->loadLibrary('admin.pclzip');

/** @var PluginManager */
Expand Down

0 comments on commit 7cd65a1

Please sign in to comment.