Is there a way to disable smarty in PhpStorm Follow
Hi,
I have my own class named 'Template' and phpStorm thinks that it extends smarty's 'compiler' class which is not true. I don't use smarty in my projects and don't need any integration with it. How can I disable smarty integration?
Thanks!
Please sign in to leave a comment.
This is not related to IDE's Smarty support - its the problem with the sources that you've added to your project. Just ensure that proper base classes exist among project sources and remove unnecessary - i.e. Smarty sources.