We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad5ce2c + 65667ff commit 12ad1dfCopy full SHA for 12ad1df
src/main/java/fr/adrienbrault/idea/symfony2plugin/Symfony2ProjectComponent.java
@@ -94,11 +94,6 @@ private static void checkProject(@NotNull Project project) {
94
) {
95
96
IdeHelper.notifyEnableMessage(project);
97
- return;
98
- }
99
-
100
- if(getContainerFiles(project).isEmpty()) {
101
- Symfony2ProjectComponent.getLogger().warn("missing at least one container file");
102
}
103
104
0 commit comments