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.
1 parent 611941a commit 3bf31cfCopy full SHA for 3bf31cf
README.md
@@ -59,3 +59,8 @@ Usage with PhpStorm
59
2. Open `File Watchers` plugin config and import [watcher.xml](watcher.xml)
60
3. Edit imported watcher for your needs
61
4. Add scope to limit trigger to config files: 
62
+
63
+#### PhpStorm "multiple definitions exist for class"
64
+To hide this message:
65
+1. Find a duplicate class file (not created by this generator), for example: `vendor/yiisoft/yii/YiiBase.php`
66
+2. Mark it as a plain text in file context menu.
0 commit comments