Skip to content

Commit 918b37c

Browse files
authored
Merge pull request #64 from Haehnchen/feature/fix-folder-indention
fix folder indention for "AddMethodIntention"
2 parents 397f72c + 1bd41f0 commit 918b37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<intentionAction>
7777
<className>de.espend.idea.php.phpunit.intention.AddMockMethodIntention</className>
7878
<category>PHPUnit</category>
79-
<descriptionDirectoryName>AddMethodIntention</descriptionDirectoryName>
79+
<descriptionDirectoryName>AddMockMethodIntention</descriptionDirectoryName>
8080
</intentionAction>
8181

8282
<intentionAction>

0 commit comments

Comments
 (0)