Skip to content

Commit 3001018

Browse files
committed
Fix the path for php project action #20
1 parent ae3b722 commit 3001018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/netbeans/modules/php/phpcsfixer/ui/actions/PhpCsFixerActionsFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
@ActionReference(path = "Loaders/folder/any/Actions", position = 1600),
7272
@ActionReference(path = "Loaders/text/x-php5/Actions", position = 1600),
7373
@ActionReference(path = "Editors/text/x-php5/Popup", position = 600),
74-
@ActionReference(path = "Projects/org-netbeans-modules-php-phpproject/Actions", position = 1100)
74+
@ActionReference(path = "Projects/org-netbeans-modules-php-project/Actions", position = 1100)
7575
})
7676
@NbBundle.Messages("PhpCsFixerActionsFactory.name=PHP CS Fixer")
7777
public class PhpCsFixerActionsFactory extends AbstractAction implements Presenter.Popup {

0 commit comments

Comments
 (0)