Skip to content

Commit 43f40d0

Browse files
committed
Fix PHPCS error
1 parent 653267d commit 43f40d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.maintenance/phpstorm.exclude-recursive-folders.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ protected static function has_project_iml() {
5555
if ( is_file( self::get_project_iml_path() ) ) {
5656
return; // already exists.
5757
}
58-
$modules_xml_content = <<<XML
58+
$modules_xml_content = <<<'XML'
5959
<?xml version="1.0" encoding="UTF-8"?>
6060
<module type="WEB_MODULE" version="4">
6161
<component name="NewModuleRootManager">
62-
<content url="file://\$MODULE_DIR\$"/>
62+
<content url="file://$MODULE_DIR$"/>
6363
<orderEntry type="inheritedJdk" />
6464
<orderEntry type="sourceFolder" forTests="false" />
6565
</component>

0 commit comments

Comments
 (0)