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 653267d commit 43f40d0Copy full SHA for 43f40d0
.maintenance/phpstorm.exclude-recursive-folders.php
@@ -55,11 +55,11 @@ protected static function has_project_iml() {
55
if ( is_file( self::get_project_iml_path() ) ) {
56
return; // already exists.
57
}
58
- $modules_xml_content = <<<XML
+ $modules_xml_content = <<<'XML'
59
<?xml version="1.0" encoding="UTF-8"?>
60
<module type="WEB_MODULE" version="4">
61
<component name="NewModuleRootManager">
62
- <content url="file://\$MODULE_DIR\$"/>
+ <content url="file://$MODULE_DIR$"/>
63
<orderEntry type="inheritedJdk" />
64
<orderEntry type="sourceFolder" forTests="false" />
65
</component>
0 commit comments