Skip to content

Commit b6f3410

Browse files
authored
Explicit visibility to const
1 parent 18dbae0 commit b6f3410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MergePlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ class MergePlugin implements PluginInterface, EventSubscriberInterface
8686
/**
8787
* Offical package name
8888
*/
89-
const PACKAGE_NAME = 'wikimedia/composer-merge-plugin';
89+
public const PACKAGE_NAME = 'wikimedia/composer-merge-plugin';
9090

9191
/**
9292
* Priority that plugin uses to register callbacks.
9393
*/
94-
const CALLBACK_PRIORITY = 50000;
94+
private const CALLBACK_PRIORITY = 50000;
9595

9696
/**
9797
* @var Composer $composer

0 commit comments

Comments
 (0)