Skip to content

Commit

Permalink
Dev: Add missing import to Psalm bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 24, 2021
1 parent d398393 commit 5befa06
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 @@ -43,6 +43,7 @@
Yii::import('application.helpers.expressions.em_core_helper', true);
Yii::import('application.helpers.expressions.em_manager_helper', true);
Yii::import('application.helpers.replacements_helper', true);
Yii::import('application.helpers.admin.export.*');
Yii::import('application.libraries.PluginManager.PluginManager', true);
Yii::import('application.libraries.MenuObjects.*', true);
Yii::import('application.third_party.Twig.TemplateInterface', true);
Expand Down

0 comments on commit 5befa06

Please sign in to comment.