Skip to content

Commit

Permalink
Dev: Psalm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 19, 2018
1 parent d841247 commit acca543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpstan/phpstan_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Yii::import('application.core.*', true);
Yii::import('application.helpers.common_helper', true);
Yii::import('application.helpers.globalsettings_helper', true);
Yii::import('application.helpers.expressions.em_core_helper', true);
Yii::import('application.helpers.expressions.*', true);
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 acca543

Please sign in to comment.